16 references to ContainingSourceModule
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\ConstantValueUtils.vb (1)
32Dim containingModule = field.ContainingSourceType.ContainingSourceModule
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
186Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
Symbols\Source\SourceEventSymbol.vb (1)
435Return _containingType.ContainingSourceModule
Symbols\Source\SourceMethodSymbol.vb (1)
1165Dim binder As Binder = BinderBuilder.CreateBinderForType(containingSourceType.ContainingSourceModule, syntaxTree, containingSourceType)
Symbols\Source\SourceNamedTypeSymbol.vb (7)
161Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 181Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me) 648Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 1804Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 1808ContainingSourceModule.AddDeclarationDiagnostics(tempDiags) 2392Dim sourceFile = ContainingSourceModule.TryGetSourceFile(list.Node.SyntaxTree) 2742Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
282comClass.ContainingSourceModule.AtomicStoreArrayAndDiagnostics(_syntheticInterfaces, interfaces, diagnostics)
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (2)
134binder = GetAttributeBinder(list, ContainingSourceModule) 323Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
53Dim binder As Binder = BinderBuilder.CreateBinderForType(container.ContainingSourceModule, syntaxNode.SyntaxTree, container)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
101Dim typeBinder As Binder = BinderBuilder.CreateBinderForType(containingType.ContainingSourceModule, PropertyOrEvent.AttributeSyntax.SyntaxTree, containingType)