8 references to SourceLocation
Microsoft.CodeAnalysis.CSharp (6)
Compiler\ClsComplianceChecker.cs (1)
659location = new SourceLocation(syntaxRef);
Declarations\DeclarationTreeBuilder.cs (3)
150nameLocation: new SourceLocation(container), 256nameLocation: new SourceLocation(parentReference), 269nameLocation: new SourceLocation(parentReference),
Declarations\RootSingleNamespaceDeclaration.cs (1)
39nameLocation: new SourceLocation(treeNode),
Declarations\SingleNamespaceOrTypeDeclaration.cs (1)
39return new SourceLocation(this.SyntaxReference);
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\ClsComplianceChecker.vb (1)
403location = New SourceLocation(syntaxRef)
VisualBasicExtensions.vb (1)
232Return New SourceLocation(syntaxReference)