21 references to Documentation
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
561var xml = attribute.Documentation;
Microsoft.CodeAnalysis.Razor.UnitTests (18)
BindTagHelperProducerTest.cs (4)
157attribute.Documentation); 320attribute.Documentation); 502attribute.Documentation); 1081attribute.Documentation);
ComponentTagHelperProducerTest.cs (7)
113Assert.Null(attribute.Documentation); 936Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation); 1006Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation); 1082Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation); 1159Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation); 1236Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation); 1317Assert.Equal("Specifies the parameter name for the 'ChildContent2' child content expression.", contextAttribute.Documentation);
DefaultTagHelperDescriptorFactoryTest.cs (2)
1448Assert.NotNull(boundAttribute.Documentation); 1449return boundAttribute.Documentation.Trim();
EventHandlerTagHelperProducerTest.cs (2)
108attribute.Documentation); 242attribute.Documentation);
KeyTagHelperProducerTest.cs (1)
78attribute.Documentation);
RefTagHelperProducerTest.cs (1)
78attribute.Documentation);
SplatTagHelperProducerTest.cs (1)
75attribute.Documentation);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Tooltip\BoundAttributeDescriptionInfo.cs (1)
47boundAttribute.Documentation);
Microsoft.CodeAnalysis.Remote.Razor (1)
DevTools\RemoteDevToolsService.cs (1)
137a.Documentation,