메소드 | 설명 | |
---|---|---|
AggregatingSourceLocationProvider ( ISourceLocationProvider>.Dictionary |
Uses the given dictionary to find the appropriate provider for a query.
|
|
AggregatingSourceLocationProvider ( ISourceLocationProvider>.IDictionary |
Copies the contents of the table
|
|
Dispose ( ) : void |
Disposes all aggregated providers.
|
|
GetPrimarySourceLocationsFor ( IEnumerable |
Return zero or more locations in primary source documents that correspond to one or more of the given derived (non primary) document locations.
|
|
GetPrimarySourceLocationsFor ( ILocation location ) : IEnumerable |
Return zero or more locations in primary source documents that correspond to the given derived (non primary) document location.
|
|
GetPrimarySourceLocationsForDefinitionOf ( ILocalDefinition localDefinition ) : IEnumerable |
Return zero or more locations in primary source documents that correspond to the definition of the given local.
|
|
GetSourceNameFor ( ILocalDefinition localDefinition, bool &isCompilerGenerated ) : string |
Returns the source name of the given local definition, if this is available. Otherwise returns the value of the Name property and sets isCompilerGenerated to true.
|
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
GetProvider ( IILLocation mbLocation ) : ISourceLocationProvider | ||
GetProvider ( ILocalDefinition localDefinition ) : ISourceLocationProvider | ||
GetProvider ( IMethodDefinition methodDefinition ) : ISourceLocationProvider | ||
MapLocationToSourceLocations ( ILocation location ) : IEnumerable |
public AggregatingSourceLocationProvider ( ISourceLocationProvider>.Dictionary |
||
unit2ProviderMap | ISourceLocationProvider>.Dictionary | |
리턴 | System |
public AggregatingSourceLocationProvider ( ISourceLocationProvider>.IDictionary |
||
unit2ProviderMap | ISourceLocationProvider>.IDictionary | |
리턴 | System |
public GetPrimarySourceLocationsFor ( IEnumerable |
||
locations | IEnumerable |
Zero or more locations in documents that have been derived from one or more source documents. |
리턴 | IEnumerable |
public GetPrimarySourceLocationsFor ( ILocation location ) : IEnumerable |
||
location | ILocation | A location in a document that have been derived from one or more source documents. |
리턴 | IEnumerable |
public GetPrimarySourceLocationsForDefinitionOf ( ILocalDefinition localDefinition ) : IEnumerable |
||
localDefinition | ILocalDefinition | |
리턴 | IEnumerable |
public GetSourceNameFor ( ILocalDefinition localDefinition, bool &isCompilerGenerated ) : string | ||
localDefinition | ILocalDefinition | |
isCompilerGenerated | bool | |
리턴 | string |