5 references to MaxAttrDuplWalkCount
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
4591
if (_attrCount >=
MaxAttrDuplWalkCount
)
5082
if (_attrDuplWalkCount >=
MaxAttrDuplWalkCount
)
5115
if (_attrCount <
MaxAttrDuplWalkCount
)
7859
if (_attrDuplWalkCount <
MaxAttrDuplWalkCount
)
7868
_attrDuplWalkCount =
MaxAttrDuplWalkCount
;