2 writes to s_ignoreAttributeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
86
s_ignoreAttributeType
= typeof(object).GetTypeInfo().Assembly.GetType("System.XmlIgnoreMemberAttribute");
89
s_ignoreAttributeType
= typeof(XmlIgnoreAttribute);
3 references to s_ignoreAttributeType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
84
if (
s_ignoreAttributeType
== null)
87
if (
s_ignoreAttributeType
== null)
92
return
s_ignoreAttributeType
;