10 references to File
Microsoft.CodeAnalysis.VisualBasic (8)
Declarations\DeclarationTreeBuilder.vb (3)
103
Function(d) Not d.
File
.ContainsDiagnostics AndAlso Not String.IsNullOrEmpty(d.
File
.ValueText))
110
directives.Add(New ReferenceDirective(directiveNode.
File
.ValueText, New SourceLocation(directiveNode)))
Generated\Syntax.xml.Main.Generated.vb (2)
5653
Dim newFile = DirectCast(VisitToken(node.
File
).Node, InternalSyntax.StringLiteralTokenSyntax)
5654
If node.
File
.Node IsNot newFile Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
37877
return Update(hashToken, Me.ReferenceKeyword, Me.
File
)
37892
return Update(Me.HashToken, referenceKeyword, Me.
File
)
37946
If hashToken <> Me.HashToken OrElse referenceKeyword <> Me.ReferenceKeyword OrElse file <> Me.
File
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21899
Assert.NotNull(objectUnderTest.
file
)
21900
Dim withObj = objectUnderTest.WithHashToken(objectUnderTest.HashToken).WithReferenceKeyword(objectUnderTest.ReferenceKeyword).WithFile(objectUnderTest.
File
)