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