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