3 references to MissingMethods
Microsoft.Analyzers.Local (3)
ApiLifecycle\ApiLifecycleAnalyzer.cs (1)
87
foreach (var method in assemblyAnalysis.
MissingMethods
.Where(x => x.Stage != Stage.Experimental))
ApiLifecycle\AssemblyAnalysis.cs (2)
114
_ =
MissingMethods
.Add(method);
224
_ =
MissingMethods
.Remove(method);