3 references to IsBoolean
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (2)
39
public bool IsIndexerBooleanProperty => IndexerTypeNameObject.
IsBoolean
;
42
public bool IsBooleanProperty => TypeNameObject.
IsBoolean
;
Language\BoundAttributeParameterDescriptor.cs (1)
30
public bool IsBooleanProperty => TypeNameObject.
IsBoolean
;