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