4 writes to _documentationObject
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperDescriptorBuilder.cs (3)
76set => _documentationObject = new(value); 148_documentationObject = new(text); 153_documentationObject = new(documentation);
Language\TagHelperDescriptorBuilder_Pooling.cs (1)
36_documentationObject = default;
2 references to _documentationObject
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperDescriptorBuilder.cs (2)
75get => _documentationObject.GetText(); 166_documentationObject,