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