Base:
property
SourceSpan
Microsoft.CodeAnalysis.Location.SourceSpan
5 references to SourceSpan
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Invocation.cs (2)
1685
int line = callerSourceLocation.SourceTree.GetDisplayLineNumber(callerSourceLocation.
SourceSpan
);
1690
string path = callerSourceLocation.SourceTree.GetDisplayPath(callerSourceLocation.
SourceSpan
, Compilation.Options.SourceReferenceResolver);
Symbols\NamespaceOrTypeSymbol.cs (1)
228
if (loc.IsInSource && loc.SourceTree == syntax.SyntaxTree && syntax.Span.Contains(loc.
SourceSpan
))
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1127
if (declaration.Declarations.Length >= 1 && position == declaration.Declarations[0].Location.
SourceSpan
.Start)
Symbols\Symbol.cs (1)
961
if ((locationOpt == null || member.IsDefinedInSourceTree(locationOpt.SourceTree, locationOpt.
SourceSpan
, cancellationToken))