Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetResourceLinkage ( string dependentFile, |
Finds the correct namespace/classname for a resource file from the given dependent source file, and ensure the RootNamespace is prefixed.
|
|
NeedsCompiling ( ) : bool |
Determines whether compilation is needed.
|
|
WriteConditionalCompilationConstants ( |
Writes conditional compilation constants to the specified TextWriter.
|
|
WriteOptions ( |
Writes the compiler options to the specified TextWriter.
|
protected GetResourceLinkage ( string dependentFile, |
||
dependentFile | string | The file from which the resource linkage of the resource file should be determined. |
resourceCulture | The culture of the resource file for which the resource linkage should be determined. | |
return | ResourceLinkage |
protected WriteConditionalCompilationConstants ( |
||
writer | The |
|
return | void |
protected WriteOptions ( |
||
writer | ||
return | void |