9 references to MatchType
Microsoft.CodeAnalysis (9)
SignatureComparer.cs (9)
33bool result = MatchType(GetFieldType(field), signature, ref position);
65if (!MatchType(GetPropertyType(property), signature, ref position))
110if (!MatchType(GetReturnType(method), signature, ref position))
137return MatchType(GetParamType(parameter), signature, ref position);
186if (!MatchType(GetMDArrayElementType(type), signature, ref position))
196return MatchType(GetSZArrayElementType(type), signature, ref position);
199return MatchType(GetPointedToType(type), signature, ref position);
210if (!MatchType(GetGenericTypeDefinition(type), signature, ref position))
219if (!MatchType(GetGenericTypeArgument(type, argumentIndex), signature, ref position))