4 references to Create
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
1652
Analyze(walker, symbol, diagnostics: null, LocalState.
Create
(localState), snapshotBuilderOpt: newSnapshotBuilder);
1769
var localState = LocalState.
Create
(initialState.VariableNullableStates).CreateNestedMethodState(variables);
1817
Analyze(walker, symbol, diagnostics, initialState is null ? (Optional<LocalState>)default : LocalState.
Create
(initialState.VariableNullableStates), snapshotBuilderOpt, requiresAnalysis);
12313
var container = snapshot.Container is null ? null : new Boxed(
Create
(snapshot.Container));