5 references to Utils
Microsoft.Analyzers.Local (5)
ApiLifecycle\AssemblyAnalysis.cs (2)
176
var constraints = new HashSet<string>(
Utils
.GetConstraints(typeSignature));
313
return
Utils
.StripBaseAndConstraints(typeSignature);
ApiLifecycle\Model\TypeDef.cs (3)
21
ModifiersAndName =
Utils
.StripBaseAndConstraints(value["Type"].AsString ?? string.Empty);
22
Constraints =
Utils
.GetConstraints(value["Type"].AsString ?? string.Empty);
23
BaseTypes =
Utils
.GetBaseTypes(value["Type"].AsString ?? string.Empty);