Base:
property
ContainingAssembly
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingAssembly
2 references to ContainingAssembly
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (2)
671
var bounds = this.ResolveBounds(this.
ContainingAssembly
.CorLibrary, inProgress.Prepend(this), constraintTypes, inherited, currentCompilation: null,
710
return this.
ContainingAssembly
.GetSpecialType(SpecialType.System_Object);