10 references to SourceFile
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\SourceFileBinder.vb (2)
27
Private ReadOnly _sourceFile As
SourceFile
29
Public 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)
19
Private ReadOnly _translatedImportsMap As New ConcurrentDictionary(Of
SourceFile
, ImmutableArray(Of Cci.UsedNamespaceOrType))(ReferenceEqualityComparer.Instance)
469
Friend Function TryGetTranslatedImports(file As
SourceFile
, <Runtime.InteropServices.Out> ByRef [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As Boolean
473
Friend Function GetOrAddTranslatedImports(file As
SourceFile
, [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As ImmutableArray(Of Cci.UsedNamespaceOrType)
Symbols\Source\SourceModuleSymbol.vb (4)
68
Private ReadOnly _sourceFileMap As New ConcurrentDictionary(Of SyntaxTree,
SourceFile
)
166
Friend Function TryGetSourceFile(tree As SyntaxTree) As
SourceFile
169
Dim srcFile As
SourceFile
= Nothing
591
Dim sourceFile As
SourceFile
= TryGetSourceFile(tree)