2 references to GetCurrentMethodName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
379
MethodInfo getCurrentMethod = enumeratorType.GetMethod(Globals.
GetCurrentMethodName
, BindingFlags.Instance | BindingFlags.Public, Array.Empty<Type>());
410
getCurrentMethod = CollectionDataContract.GetTargetMethodWithName(Globals.
GetCurrentMethodName
, enumeratorType, ienumeratorInterface);