1 write to _isForSingleSymbol
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
68
_isForSingleSymbol
= isForSingleSymbol;
4 references to _isForSingleSymbol
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (4)
198
Debug.Assert(!
_isForSingleSymbol
);
239
if (!
_isForSingleSymbol
)
265
Debug.Assert(!
_isForSingleSymbol
);
421
shouldSkipPartialDefinitionComments = !
_isForSingleSymbol
;