1 write to s_nodeTypeProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
207
s_nodeTypeProperty
= typeof(XmlReaderDelegator).GetProperty("NodeType", Globals.ScanAllMembers);
3 references to s_nodeTypeProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
205
if (
s_nodeTypeProperty
== null)
208
Debug.Assert(
s_nodeTypeProperty
!= null);
210
return
s_nodeTypeProperty
;