10 references to SourceFile
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\SourceFileBinder.vb (2)
27Private ReadOnly _sourceFile As SourceFile 29Public Sub New(containingBinder As Binder, sourceFile As SourceFile, tree As SyntaxTree)
Compilation\VisualBasicCompilation.vb (1)
110''' Unlike in C#, we don't need to use a set because the <see cref="SourceFile"/> objects
Emit\SymbolTranslator.vb (3)
19Private ReadOnly _translatedImportsMap As New ConcurrentDictionary(Of SourceFile, ImmutableArray(Of Cci.UsedNamespaceOrType))(ReferenceEqualityComparer.Instance) 469Friend Function TryGetTranslatedImports(file As SourceFile, <Runtime.InteropServices.Out> ByRef [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As Boolean 473Friend Function GetOrAddTranslatedImports(file As SourceFile, [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As ImmutableArray(Of Cci.UsedNamespaceOrType)
Symbols\Source\SourceModuleSymbol.vb (4)
68Private ReadOnly _sourceFileMap As New ConcurrentDictionary(Of SyntaxTree, SourceFile) 166Friend Function TryGetSourceFile(tree As SyntaxTree) As SourceFile 169Dim srcFile As SourceFile = Nothing 591Dim sourceFile As SourceFile = TryGetSourceFile(tree)