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)
45private DocumentationCommentIncludeCache _includedFileCache;
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
40private DocumentationCommentIncludeCache _includedFileCache; 48DocumentationCommentIncludeCache includedFileCache, 72ref DocumentationCommentIncludeCache includedFileCache,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DocumentationComments\DocumentationCommentCompilerTests.cs (1)
8371Assert.InRange(DocumentationCommentIncludeCache.CacheMissCount, 1, 2); //Not none, not all.