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