3 references to WithDebugName
System.Private.CoreLib (3)
System\Reflection\Runtime\General\Dispensers.cs (3)
134
method.
WithDebugName
();
146
return new RuntimeConstructedGenericMethodInfo(genericMethodDefinition, genericTypeArguments).
WithDebugName
();
157
return new RuntimeSyntheticMethodInfo(syntheticMethodId, name, declaringType, runtimeParameterTypes, returnType, options, action).
WithDebugName
();