1 write to TypeFullyQualifiedName
Microsoft.AspNetCore.Components.Testing.Generators (1)
ServiceOverrideCallsite.cs (1)
24
TypeFullyQualifiedName
= typeFullyQualifiedName;
5 references to TypeFullyQualifiedName
Microsoft.AspNetCore.Components.Testing.Generators (5)
ServiceOverrideCallsite.cs (3)
37
return
TypeFullyQualifiedName
== other.
TypeFullyQualifiedName
&&
47
return (
TypeFullyQualifiedName
.GetHashCode() * 397) ^ MethodName.GetHashCode();
StartupHookGenerator.cs (2)
187
.GroupBy(c => new { c.
TypeFullyQualifiedName
, c.TypeFullName, c.AssemblyName })
200
sb.AppendLine($" \"{callsite.MethodName}\" => {callsite.
TypeFullyQualifiedName
}.{callsite.MethodName},");