8 references to Create
Microsoft.CodeAnalysis.NetAnalyzers (8)
src\8ce1f4f68b646e6d\GlobalFlowStateAnalysis.GlobalFlowStateAnalysisValueSetDomain.cs (2)
106
return GlobalFlowStateAnalysisValueSet.
Create
(
245
result = GlobalFlowStateAnalysisValueSet.
Create
(sets, value1.Parents, value1.Height);
src\8ce1f4f68b646e6d\GlobalFlowStateAnalysisValueSet.cs (6)
68
return GlobalFlowStateAnalysisValueSet.
Create
(AnalysisValues, ImmutableHashSet.Create(newRoot), newHeight);
77
return GlobalFlowStateAnalysisValueSet.
Create
(AnalysisValues, parentsBuilder.ToImmutable(), newHeight);
96
return GlobalFlowStateAnalysisValueSet.
Create
(
110
return GlobalFlowStateAnalysisValueSet.
Create
(negatedAnalysisValues, Parents, Height);
138
return GlobalFlowStateAnalysisValueSet.
Create
(ImmutableHashSet<IAbstractAnalysisValue>.Empty, parentsBuilder.ToImmutable(), height);
162
return GlobalFlowStateAnalysisValueSet.
Create
(analysisValuesBuilder.ToImmutable(), parentsBuilder.ToImmutable(), height);