2 references to StripBaseAndConstraints
Microsoft.Analyzers.Local (2)
ApiLifecycle\AssemblyAnalysis.cs (1)
313
return Utils.
StripBaseAndConstraints
(typeSignature);
ApiLifecycle\Model\TypeDef.cs (1)
21
ModifiersAndName = Utils.
StripBaseAndConstraints
(value["Type"].AsString ?? string.Empty);