2 references to GetConstraints
Microsoft.Analyzers.Local (2)
ApiLifecycle\AssemblyAnalysis.cs (1)
176var constraints = new HashSet<string>(Utils.GetConstraints(typeSignature));
ApiLifecycle\Model\TypeDef.cs (1)
22Constraints = Utils.GetConstraints(value["Type"].AsString ?? string.Empty);