1 instantiation of SourceFile
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceModuleSymbol.vb (1)
172
srcFile = New
SourceFile
(Me, tree)
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)
107
''' Unlike in C#, we don't need to use a set because the <see cref="
SourceFile
"/> objects
Emit\SymbolTranslator.vb (3)
20
Private ReadOnly _translatedImportsMap As New ConcurrentDictionary(Of
SourceFile
, ImmutableArray(Of Cci.UsedNamespaceOrType))(ReferenceEqualityComparer.Instance)
527
Friend Function TryGetTranslatedImports(file As
SourceFile
, <Runtime.InteropServices.Out> ByRef [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As Boolean
531
Friend Function GetOrAddTranslatedImports(file As
SourceFile
, [imports] As ImmutableArray(Of Cci.UsedNamespaceOrType)) As ImmutableArray(Of Cci.UsedNamespaceOrType)
Symbols\Source\SourceModuleSymbol.vb (4)
67
Private ReadOnly _sourceFileMap As New ConcurrentDictionary(Of SyntaxTree,
SourceFile
)
164
Friend Function TryGetSourceFile(tree As SyntaxTree) As
SourceFile
167
Dim srcFile As
SourceFile
= Nothing
578
Dim sourceFile As
SourceFile
= TryGetSourceFile(tree)