1 write to TypeNameObject
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeParameterDescriptor.cs (1)
46TypeNameObject = typeNameObject;
4 references to TypeNameObject
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\BoundAttributeParameterDescriptor.cs (4)
19public string TypeName => TypeNameObject.FullName.AssumeNotNull(); 29public bool IsStringProperty => TypeNameObject.IsString; 30public bool IsBooleanProperty => TypeNameObject.IsBoolean; 56TypeNameObject.AppendToChecksum(in builder);