1 write to Constraints
Microsoft.Analyzers.Local (1)
ApiLifecycle\Model\TypeDef.cs (1)
22Constraints = Utils.GetConstraints(value["Type"].AsString ?? string.Empty);
2 references to Constraints
Microsoft.Analyzers.Local (1)
ApiLifecycle\AssemblyAnalysis.cs (1)
177foreach (var constraint in typeDef.Constraints)
Microsoft.Analyzers.Local.Tests (1)
ApiLifecycle\AnalysisModelTest.cs (1)
30Assert.Equal(Array.Empty<string>(), member.Constraints);