4 references to GetCurrentMethodName
System.Runtime.Serialization (4)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
423
MethodInfo getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, null, Globals.EmptyTypeArray, null);
454
getCurrentMethod = CollectionDataContract.GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
459
MethodInfo getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, null, Globals.EmptyTypeArray, null);
490
getCurrentMethod = CollectionDataContract.GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface);