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