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