1 write to DocumentationObject
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeParameterDescriptor.cs (1)
47
DocumentationObject
= documentationObject;
2 references to DocumentationObject
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeParameterDescriptor.cs (2)
22
public string? Documentation =>
DocumentationObject
.GetText();
57
DocumentationObject
.AppendToChecksum(in builder);