4 references to GetConstraints
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeGenericInfoMapNode.cs (1)
63
(genericParameter.
GetConstraints
().Count > 0))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaGenericParameter.cs (1)
129
GenericParameterConstraintHandleCollection constraintHandles = parameter.
GetConstraints
();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
415
constraints = module.MetadataReader.GetGenericParameter(_handle).
GetConstraints
();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
42
GenericParameterConstraintHandleCollection handles = GenericParameter.
GetConstraints
();