8 references to GetAndCacheDocumentationComment
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (2)
176
string result = SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes: false, ref lazyDocComment);
180
string withIncludes = SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes: true, lazyXmlText: ref ignored);
Symbols\Source\SourceEventSymbol.cs (1)
692
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)
813
return SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
134
return SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
393
return SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes, ref lazyDocComment);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1186
return SourceDocumentationCommentUtils.
GetAndCacheDocumentationComment
(this, expandIncludes, ref lazyDocComment);