2 implementations of ContainingModule
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
231IModuleSymbolInternal ISymbolInternal.ContainingModule => this.ContainingModule;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
1132Private ReadOnly Property ISymbolInternal_ContainingModule As IModuleSymbolInternal Implements ISymbolInternal.ContainingModule
5 references to ContainingModule
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (3)
289Debug.Assert(methodSymbol.ContainingModule == CommonSourceModule); 305Debug.Assert(methodSymbol.ContainingModule == CommonSourceModule); 330return method.ContainingModule == CommonSourceModule && method.IsDefinition;
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\CompilationTestDataExtensions.cs (1)
35var module = method.Method.ContainingModule;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
1132Private ReadOnly Property ISymbolInternal_ContainingModule As IModuleSymbolInternal Implements ISymbolInternal.ContainingModule