1 write to throwInvalidDataContractExceptionMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1020throwInvalidDataContractExceptionMethod = typeof(DataContract).GetMethod("ThrowInvalidDataContractException", Globals.ScanAllMembers, null, new Type[] { typeof(string), typeof(Type) }, null);
2 references to throwInvalidDataContractExceptionMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
1019if (throwInvalidDataContractExceptionMethod == null) 1021return throwInvalidDataContractExceptionMethod;