3 references to IsString
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (2)
38
public bool IsIndexerStringProperty => IndexerTypeNameObject.
IsString
;
41
public bool IsStringProperty => TypeNameObject.
IsString
;
Language\BoundAttributeParameterDescriptor.cs (1)
29
public bool IsStringProperty => TypeNameObject.
IsString
;