6 references to Contains
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentLoweringPass.cs (4)
209
if (!candidateTypeParams.
Contains
(provided))
301
if (!typeParameterNames.
Contains
(property.AttributeName))
334
if (genericParamNames.
Contains
(attrName) && nonGenericParamNames.
Contains
(attrName))
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
149
var cascade = cascadeGenericTypeAttributes.
Contains
(typeParameter.Name);
641
if (names.
Contains
(property.Name))