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