1 write to Type
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (1)
407
Type
= type;
2 references to Type
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (2)
414
public bool Equals(ParameterLookupKey other) =>
Type
== other.
Type
&& string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);