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