7 references to SourceDocumentationCommentUtils
Microsoft.CodeAnalysis.CSharp (7)
Compiler\DocumentationCommentCompiler.cs (1)
700
ImmutableArray<DocumentationCommentTriviaSyntax> triviaList =
SourceDocumentationCommentUtils
.GetDocumentationCommentTriviaFromSyntaxNode((CSharpSyntaxNode)reference.GetSyntax(), diagnosticBag);
Symbols\Source\SourceEventSymbol.cs (1)
620
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceFieldSymbol.cs (1)
234
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
785
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
131
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
383
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1161
return
SourceDocumentationCommentUtils
.GetAndCacheDocumentationComment(this, expandIncludes, ref lazyDocComment);