5 references to new
Microsoft.CodeAnalysis.NetAnalyzers (5)
src\8ce1f4f68b646e6d\GlobalFlowStateAnalysisValueSet.cs (5)
18public static readonly GlobalFlowStateAnalysisValueSet Unset = new( 20public static readonly GlobalFlowStateAnalysisValueSet Empty = new( 22public static readonly GlobalFlowStateAnalysisValueSet Unknown = new( 50return new(analysisValues, parents, height, GlobalFlowStateAnalysisValueSetKind.Known); 54=> new(ImmutableHashSet.Create(analysisValue), ImmutableHashSet<GlobalFlowStateAnalysisValueSet>.Empty, height: 0, GlobalFlowStateAnalysisValueSetKind.Known);