1 write to _sourceModule
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceFile.vb (1)
84
_sourceModule
= sourceModule
5 references to _sourceModule
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourceFile.vb (5)
109
Dim checker As New QuickAttributeChecker(
_sourceModule
.QuickAttributeChecker)
143
_sourceModule
.AtomicStoreReferenceAndDiagnostics(_lazyBoundInformation, lazyBoundInformation, diagBag)
154
ValidateImports(
_sourceModule
.DeclaringCompilation, boundFileInformation.MemberImports, boundFileInformation.MemberImportsSyntax, boundFileInformation.AliasImportsOpt, diagBag)
155
_sourceModule
.AtomicStoreIntegerAndDiagnostics(_importsValidated, 1, 0, diagBag)
165
Dim binder = BinderBuilder.CreateBinderForSourceFileImports(
_sourceModule
, _syntaxTree)