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)
131if (constraintHandles.Count == 0) 134TypeDesc[] constraintTypes = new TypeDesc[constraintHandles.Count];
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (3)
166if (constraints.Count > 0) 313typeParameter.GetConstraintHandleCollection().Count == 0) 525if (constraints.Count == 0)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
204If constraints.Count > 0 Then
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
43int count = handles.Count;