2 implementations of ContainingAssembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
233IAssemblySymbolInternal ISymbolInternal.ContainingAssembly => this.ContainingAssembly;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
1120Private ReadOnly Property ISymbolInternal_ContainingAssembly As IAssemblySymbolInternal Implements ISymbolInternal.ContainingAssembly
7 references to ContainingAssembly
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DefinitionMap.cs (2)
243method.ContainingAssembly 321method.ContainingAssembly
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
803symbol.ContainingAssembly.Name));
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpDefinitionMap.cs (1)
127Debug.Assert(stateMachineType.ContainingAssembly is PEAssemblySymbol);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetingTests.cs (1)
1075var containingAssembly = unmanagedCallersOnlyData.CallingConventionTypes.Single().ContainingAssembly;
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (1)
142Debug.Assert(TypeOf stateMachineType.ContainingAssembly Is PEAssemblySymbol)
Symbols\Symbol.vb (1)
1120Private ReadOnly Property ISymbolInternal_ContainingAssembly As IAssemblySymbolInternal Implements ISymbolInternal.ContainingAssembly