1 instantiation of DocumentationCommentIncludeCache
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
332
_includedFileCache = new
DocumentationCommentIncludeCache
(resolver);
5 references to DocumentationCommentIncludeCache
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.cs (1)
45
private
DocumentationCommentIncludeCache
_includedFileCache;
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
40
private
DocumentationCommentIncludeCache
_includedFileCache;
48
DocumentationCommentIncludeCache
includedFileCache,
72
ref
DocumentationCommentIncludeCache
includedFileCache,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DocumentationComments\DocumentationCommentCompilerTests.cs (1)
8371
Assert.InRange(
DocumentationCommentIncludeCache
.CacheMissCount, 1, 2); //Not none, not all.