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