6 references to SourceLocation
Microsoft.CodeAnalysis.CSharp (6)
Compiler\ClsComplianceChecker.cs (1)
666
location = new
SourceLocation
(syntaxRef);
Declarations\DeclarationTreeBuilder.cs (3)
226
nameLocation: new
SourceLocation
(container),
341
nameLocation: new
SourceLocation
(parentReference),
354
nameLocation: new
SourceLocation
(parentReference),
Declarations\RootSingleNamespaceDeclaration.cs (1)
39
nameLocation: new
SourceLocation
(treeNode),
Declarations\SingleNamespaceOrTypeDeclaration.cs (1)
39
return new
SourceLocation
(this.SyntaxReference);