2 writes to _includedFileCache
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
60_includedFileCache = includedFileCache; 332_includedFileCache = new DocumentationCommentIncludeCache(resolver);
3 references to _includedFileCache
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
139includedFileCache = expander._includedFileCache; 330if (_includedFileCache == null) 341doc = _includedFileCache.GetOrMakeDocument(resolvedFilePath);