7 references to SourceDocumentationCommentUtils
Microsoft.CodeAnalysis.CSharp (7)
Compiler\DocumentationCommentCompiler.cs (1)
693
ImmutableArray<DocumentationCommentTriviaSyntax> triviaList =
SourceDocumentationCommentUtils
.GetDocumentationCommentTriviaFromSyntaxNode((CSharpSyntaxNode)reference.GetSyntax(), diagnosticBag);
Symbols\Source\SourceEventSymbol.cs (1)
612
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceFieldSymbol.cs (1)
245
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
680
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
138
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
482
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourcePropertySymbolBase.cs (1)
937
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);