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