1 write to s_readAttributesMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
460
s_readAttributesMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("ReadAttributes", Globals.ScanAllMembers);
3 references to s_readAttributesMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
458
if (
s_readAttributesMethod
== null)
461
Debug.Assert(
s_readAttributesMethod
!= null);
463
return
s_readAttributesMethod
;