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