1 write to MethodName
Microsoft.AspNetCore.Components.Testing.Generators (1)
ServiceOverrideCallsite.cs (1)
27
MethodName
= methodName;
5 references to MethodName
Microsoft.AspNetCore.Components.Testing.Generators (5)
ServiceOverrideCallsite.cs (3)
38
MethodName
== other.
MethodName
;
47
return (TypeFullyQualifiedName.GetHashCode() * 397) ^
MethodName
.GetHashCode();
StartupHookGenerator.cs (2)
200
sb.AppendLine($" \"{callsite.
MethodName
}\" => {callsite.TypeFullyQualifiedName}.{callsite.
MethodName
},");