Implemented interface member:
8 references to Count
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeGenericInfoMapNode.cs (1)
63
(genericParameter.GetConstraints().
Count
> 0))
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaGenericParameter.cs (2)
131
if (constraintHandles.
Count
== 0)
134
TypeDesc[] constraintTypes = new TypeDesc[constraintHandles.
Count
];
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (3)
166
if (constraints.
Count
> 0)
313
typeParameter.GetConstraintHandleCollection().
Count
== 0)
525
if (constraints.
Count
== 0)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
204
If constraints.
Count
> 0 Then
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
43
int count = handles.
Count
;