2 writes to lazyExpandedDocComment
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
784
ref var lazyDocComment = ref expandIncludes ? ref this.
lazyExpandedDocComment
: ref this.lazyDocComment;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
382
ref var lazyDocComment = ref expandIncludes ? ref this.
lazyExpandedDocComment
: ref this.lazyDocComment;