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