3 references to MissingConstraints
Microsoft.Analyzers.Local (3)
ApiLifecycle\ApiLifecycleAnalyzer.cs (1)
123
if (assemblyAnalysis.
MissingConstraints
.TryGetValue(symbol, out var missingContraintsForSymbol))
ApiLifecycle\AssemblyAnalysis.cs (2)
181
if (
MissingConstraints
.TryGetValue(type, out var collection))
187
MissingConstraints
.Add(type, [constraint]);