9 references to SourceModule
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder.vb (1)
71_sourceModule = containingBinder.SourceModule
Binding\Binder_Expressions.vb (2)
1069SourceModule IsNot type.ContainingModule OrElse 1080Dim prop As SynthesizedMyGroupCollectionPropertySymbol = SourceModule.GetMyGroupCollectionPropertyWithDefaultInstanceAlias(classType)
Binding\Binder_Lookup.vb (3)
1471Dim obj As NamedTypeSymbol = binder.SourceModule.ContainingAssembly.GetSpecialType(SpecialType.System_Object) 2006binder.SourceModule.ContainingAssembly.GetSpecialType(SpecialType.System_Object), 2109Dim imported As Boolean = container.ContainingModule IsNot binder.SourceModule
Binding\Binder_Symbols.vb (1)
304If diagBag.AccumulatesDiagnostics AndAlso typeSymbol.Kind = SymbolKind.NamedType AndAlso binder.SourceModule.AnyReferencedAssembliesAreLinked Then
Binding\BinderBuilder.vb (1)
369Debug.Assert(containingBinder.SourceModule Is methodSymbol.ContainingModule)
Semantics\OverloadResolution.vb (1)
3505Dim sourceModule As ModuleSymbol = binder.SourceModule