3 references to MaxAttrDuplWalkCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
510
if (_attrCount >=
MaxAttrDuplWalkCount
)
2229
if (_attrCount <
MaxAttrDuplWalkCount
)
2243
if (_attrCount ==
MaxAttrDuplWalkCount
)