11 references to new
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\BoundAttributeDescriptorBuilder.cs (3)
104
set => _documentationObject =
new
(value);
145
_documentationObject =
new
(text);
150
_documentationObject =
new
(documentation);
Language\BoundAttributeParameterDescriptorBuilder.cs (3)
52
set => _documentationObject =
new
(value);
59
_documentationObject =
new
(text);
64
_documentationObject =
new
(documentation);
Language\DocumentationObject.cs (2)
101
=>
new
(text);
104
=>
new
(descriptor);
Language\TagHelperDescriptorBuilder.cs (3)
76
set => _documentationObject =
new
(value);
148
_documentationObject =
new
(text);
153
_documentationObject =
new
(documentation);