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)
139
includedFileCache = expander.
_includedFileCache
;
330
if (
_includedFileCache
== null)
341
doc =
_includedFileCache
.GetOrMakeDocument(resolvedFilePath);