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