4 references to Count
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\Conversions.vb (3)
4337
Debug.Assert(RequiredConversion.
Count
= 8, "If you've updated the type argument inference restrictions, then please also update InvertConversionRequirement()")
4367
Debug.Assert(RequiredConversion.
Count
= 8, "If you've updated the type argument inference restrictions, then please also update StrengthenConversionRequirementToReference()")
4390
Debug.Assert(RequiredConversion.
Count
= 8, "If you've updated the type argument inference restrictions, then please also update CombineInferenceRestrictions()")
Semantics\TypeInference\TypeInferenceCollection.vb (1)
424
Debug.Assert(RequiredConversion.
Count
= 8, "If you've updated the type argument inference restrictions, then please also update CheckHintSatisfaction()")