Implemented interface member:
property
ContainingAssembly
Microsoft.CodeAnalysis.ISymbol.ContainingAssembly
1 write to ContainingAssembly
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationSymbol.cs (1)
43
this.
ContainingAssembly
= containingAssembly;
2 references to ContainingAssembly
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationConstructedNamedTypeSymbol.cs (1)
22
: base(constructedFrom.
ContainingAssembly
, constructedFrom.ContainingType, constructedFrom.GetAttributes(),
CodeGenerationNamedTypeSymbol.cs (1)
60
this.
ContainingAssembly
, this.ContainingType, this.GetAttributes(), this.DeclaredAccessibility,