1 write to IndexerTypeNameObject
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
71
IndexerTypeNameObject
= indexerTypeNameObject;
5 references to IndexerTypeNameObject
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\BoundAttributeDescriptor.cs (4)
34
public string? IndexerTypeName =>
IndexerTypeNameObject
.FullName;
38
public bool IsIndexerStringProperty =>
IndexerTypeNameObject
.IsString;
39
public bool IsIndexerBooleanProperty =>
IndexerTypeNameObject
.IsBoolean;
94
IndexerTypeNameObject
.AppendToChecksum(in builder);
rzc (1)
Json\ObjectWriters_TagHelpers.cs (1)
124
WriteTypeNameObject(writer, nameof(value.IndexerTypeName), value.
IndexerTypeNameObject
);