2 instantiations of DocumentationCommentIncludeCache
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
332_includedFileCache = new DocumentationCommentIncludeCache(resolver);
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
494_includedFileCache = New DocumentationCommentIncludeCache(_compilation.Options.XmlReferenceResolver)
9 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)
6626Assert.InRange(DocumentationCommentIncludeCache.CacheMissCount, 1, 2); //Not none, not all.
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (3)
41Private _includedFileCache As DocumentationCommentIncludeCache 46includedFileCache As DocumentationCommentIncludeCache, 158ByRef includedFileCache As DocumentationCommentIncludeCache,
Compilation\DocumentationComments\DocumentationCommentCompiler.vb (1)
33Private _includedFileCache As DocumentationCommentIncludeCache