1 write to DocumentationObject
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeParameterDescriptor.cs (1)
47
DocumentationObject
= documentationObject;
3 references to DocumentationObject
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeParameterDescriptor.cs (2)
22
public string? Documentation =>
DocumentationObject
.GetText();
57
DocumentationObject
.AppendToChecksum(in builder);
rzc (1)
Json\ObjectWriters_TagHelpers.cs (1)
144
WriteDocumentationObject(writer, nameof(value.Documentation), value.
DocumentationObject
);