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)
109Dim checker As New QuickAttributeChecker(_sourceModule.QuickAttributeChecker) 143_sourceModule.AtomicStoreReferenceAndDiagnostics(_lazyBoundInformation, lazyBoundInformation, diagBag) 154ValidateImports(_sourceModule.DeclaringCompilation, boundFileInformation.MemberImports, boundFileInformation.MemberImportsSyntax, boundFileInformation.AliasImportsOpt, diagBag) 155_sourceModule.AtomicStoreIntegerAndDiagnostics(_importsValidated, 1, 0, diagBag) 165Dim binder = BinderBuilder.CreateBinderForSourceFileImports(_sourceModule, _syntaxTree)