2 references to CanConvertStringLiteral
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
211
if (_compilation.
CanConvertStringLiteral
(property.Type))
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
241
if (compilation.
CanConvertStringLiteral
(property.Type))