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