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