16 references to ContainingSourceModule
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\ConstantValueUtils.vb (1)
32Dim containingModule = field.ContainingSourceType.ContainingSourceModule
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
179Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
Symbols\Source\SourceEventSymbol.vb (1)
435Return _containingType.ContainingSourceModule
Symbols\Source\SourceMethodSymbol.vb (1)
1164Dim binder As Binder = BinderBuilder.CreateBinderForType(containingSourceType.ContainingSourceModule, syntaxTree, containingSourceType)
Symbols\Source\SourceNamedTypeSymbol.vb (7)
157Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 177Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me) 644Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 1764Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, tree, Me) 1768ContainingSourceModule.AddDeclarationDiagnostics(tempDiags) 2341Dim sourceFile = ContainingSourceModule.TryGetSourceFile(list.Node.SyntaxTree) 2670Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
280comClass.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)