2 references to 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)