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