3 references to GetConstraintHandleCollection
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (3)
162
GenericParameterConstraintHandleCollection constraints =
GetConstraintHandleCollection
(peModule);
428
return
GetConstraintHandleCollection
(((PEModuleSymbol)this.ContainingModule).Module);
523
GenericParameterConstraintHandleCollection constraints =
GetConstraintHandleCollection
(module);