29 references to IsStringProperty
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptorExtensions.cs (1)
27
if (attribute.
IsStringProperty
)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
99
if (!(node.BoundAttribute.
IsStringProperty
|| (node.IsIndexerNameMatch && node.BoundAttribute.IsIndexerStringProperty)) ||
Language\TagHelperAttributeMatch.cs (1)
35
return Attribute.
IsStringProperty
|| (IsIndexerMatch && Attribute.IsIndexerStringProperty);
Microsoft.CodeAnalysis.Razor.UnitTests (25)
BindTagHelperProducerTest.cs (4)
165
Assert.False(attribute.
IsStringProperty
);
328
Assert.False(attribute.
IsStringProperty
);
510
Assert.False(attribute.
IsStringProperty
);
1091
Assert.False(attribute.
IsStringProperty
);
ComponentTagHelperProducerTest.cs (16)
122
Assert.True(attribute.
IsStringProperty
);
341
Assert.False(attribute.
IsStringProperty
);
389
Assert.False(attribute.
IsStringProperty
);
432
Assert.True(attribute.
IsStringProperty
);
604
Assert.False(attribute.
IsStringProperty
);
651
Assert.False(a.
IsStringProperty
);
706
Assert.False(attribute.
IsStringProperty
);
754
Assert.False(a.
IsStringProperty
);
804
Assert.False(a.
IsStringProperty
);
860
Assert.False(attribute.
IsStringProperty
);
915
Assert.False(a.
IsStringProperty
);
985
Assert.False(a.
IsStringProperty
);
1052
Assert.False(a.
IsStringProperty
);
1129
Assert.False(a.
IsStringProperty
);
1206
Assert.False(a.
IsStringProperty
);
1287
Assert.False(a.
IsStringProperty
);
EventHandlerTagHelperProducerTest.cs (2)
116
Assert.False(attribute.
IsStringProperty
);
250
Assert.False(attribute.
IsStringProperty
);
KeyTagHelperProducerTest.cs (1)
84
Assert.False(attribute.
IsStringProperty
);
RefTagHelperProducerTest.cs (1)
84
Assert.False(attribute.
IsStringProperty
);
SplatTagHelperProducerTest.cs (1)
81
Assert.False(attribute.
IsStringProperty
);
Microsoft.CodeAnalysis.Remote.Razor (1)
DevTools\RemoteDevToolsService.cs (1)
134
a.
IsStringProperty
,