6 references to GetCurrentMethodName
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\CollectionDataContract.cs (2)
861
MethodInfo? getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, Type.EmptyTypes);
886
getCurrentMethod = GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface)!;
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
382
MethodInfo? getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, Type.EmptyTypes);
410
getCurrentMethod ??= CollectionDataContract.GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface)!;
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
461
MethodInfo? getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, Type.EmptyTypes);
489
getCurrentMethod ??= CollectionDataContract.GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface)!;