2 references to RemoveBaseType
Microsoft.DotNet.GenAPI (2)
SyntaxRewriter\TypeDeclarationCSharpSyntaxRewriter.cs (2)
54
rs =
RemoveBaseType
(rs, x => Regex.IsMatch(x.ToString(), $"global::System.IEquatable<.*{rs!.Identifier}>"));
61
RemoveBaseType
(node, x => string.Equals(x.ToString(), typeName, StringComparison.OrdinalIgnoreCase));