3 references to InputParameterName
Microsoft.TemplateEngine.Edge (3)
Template\OrdinalIgnoreCaseMatchInfoComparer.cs (3)
13
&& string.Equals(x.
InputParameterName
, y.
InputParameterName
, StringComparison.OrdinalIgnoreCase)
19
return new { a = obj.
InputParameterName
?.ToLowerInvariant(), b = obj.ParameterValue?.ToLowerInvariant(), obj.Kind, obj.Location }.GetHashCode();