Method | Description | |
---|---|---|
GetFileMap ( ) : string>[].KeyValuePair |
||
GetLineMap ( ) : int>[].KeyValuePair |
||
MapLocation ( |
Marks the current position of the writer as corresponding to the original location passed in
|
|
PositionTrackingWriter ( ) : System | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( string value ) : void |
Method | Description | |
---|---|---|
UpdateLineColumn ( char buffer, int index, int count ) : void | ||
UpdateLineColumn ( string value ) : void |
public GetFileMap ( ) : string>[].KeyValuePair |
||
return | string>[].KeyValuePair |
public MapLocation ( |
||
linePragma | the line pragma corresponding to the /// current position in the generated code | |
return | void |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |