4 references to XmlFragmentParser
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\DocumentationComment.cs (1)
149XmlFragmentParser.ParseFragment(xml, ParseCallback, this);
Shared\Utilities\XmlFragmentParser.cs (3)
25private static readonly ObjectPool<XmlFragmentParser> s_pool = SharedPools.Default<XmlFragmentParser>(); 41var instance = s_pool.Allocate();