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