4 writes to _documentationObject
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperDescriptorBuilder.cs (3)
76
set =>
_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)
75
get =>
_documentationObject
.GetText();
166
_documentationObject
,