2 overrides of GetText
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DocumentationDescriptor.FormattedDescriptor.cs (1)
33public override string GetText()
Language\DocumentationDescriptor.SimpleDescriptor.cs (1)
19public override string GetText()
1 reference to GetText
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentationObject.cs (1)
75DocumentationDescriptor d => d.GetText(),