1 instantiation of XmlDocumentationCommentTextReader
Microsoft.CodeAnalysis (1)
DocumentationComments\XmlDocumentationCommentTextReader.cs (1)
24new ObjectPool<XmlDocumentationCommentTextReader>(() => new XmlDocumentationCommentTextReader(), size: 2);
4 references to XmlDocumentationCommentTextReader
Microsoft.CodeAnalysis (3)
DocumentationComments\XmlDocumentationCommentTextReader.cs (3)
23private static readonly ObjectPool<XmlDocumentationCommentTextReader> s_pool = 24new ObjectPool<XmlDocumentationCommentTextReader>(() => new XmlDocumentationCommentTextReader(), size: 2); 28var reader = s_pool.Allocate();
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
693XmlException e = XmlDocumentationCommentTextReader.ParseAndGetException(formattedXml);