2 writes to Stage
Microsoft.Analyzers.Local (2)
ApiLifecycle\Model\Method.cs (2)
22Stage = stage; 26Stage = Stage.Experimental;
4 references to Stage
Microsoft.Analyzers.Local (4)
ApiLifecycle\ApiLifecycleAnalyzer.cs (1)
87foreach (var method in assemblyAnalysis.MissingMethods.Where(x => x.Stage != Stage.Experimental))
ApiLifecycle\AssemblyAnalysis.cs (1)
225_ = FoundInBaseline.Add((member, method.Stage));
ApiLifecycle\Model\Method.cs (2)
18var enumString = value[nameof(Stage)].AsString; 30public override string ToString() => $"{Member}:{Stage}";