1 write to IdentifierLocation
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\MetadataAsSourceFile.cs (1)
12IdentifierLocation = identifierLocation;
13 references to IdentifierLocation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
177var actualSpan = file!.IdentifierLocation.SourceSpan;
PdbSourceDocument\PdbSourceDocumentTests.cs (2)
941Assert.NotEqual(fileOne.IdentifierLocation, fileTwo.IdentifierLocation);
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
186var identifierSpan = declarationFile.IdentifierLocation.GetLineSpan().Span;
Peek\DefinitionPeekableItem.cs (2)
91var identifierSpan = declarationFile.IdentifierLocation.GetLineSpan().Span; 92var entityOfInterestSpan = PeekHelpers.GetEntityOfInterestSpan(symbol, workspace, declarationFile.IdentifierLocation, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
MetadataAsSource\AbstractMetadataAsSourceTests.cs (1)
75var line = text.Lines.GetLineFromPosition(metadataAsSourceFile.IdentifierLocation.SourceSpan.Start);
MetadataAsSource\AbstractMetadataAsSourceTests.TestContext.cs (1)
140var actualSpan = file.IdentifierLocation.SourceSpan;
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\LocationService.cs (1)
65var linePosSpan = declarationFile.IdentifierLocation.GetLineSpan().Span;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
88var linePosSpan = declarationFile.IdentifierLocation.GetLineSpan().Span;
Handler\References\FindUsagesLSPContext.cs (1)
274var linePosSpan = declarationFile.IdentifierLocation.GetLineSpan().Span;
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolNavigationService.cs (1)
172result.IdentifierLocation.SourceSpan.Start,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
182var linePosSpan = declarationFile.IdentifierLocation.GetLineSpan().Span;