1 write to _onDefaultAttributeUse
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9213
set {
_onDefaultAttributeUse
= value; }
2 references to _onDefaultAttributeUse
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
9352
if (
_onDefaultAttributeUse
!= null)
9354
_onDefaultAttributeUse
(defAttrInfo, this);