You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SynExpr.App (ExprAtomicFlag.NonAtomic, false, mkSynLidGet m FSharpLib.CorePath "Some", x, m)
6606
+
SynExpr.App (ExprAtomicFlag.NonAtomic, false, mkSynLidGet m CorePath "Some", x, m)
6607
6607
6608
6608
let mkSynNoneExpr (m: range) =
6609
6609
let m = m.MakeSynthetic()
6610
-
mkSynLidGet m FSharpLib.CorePath "None"
6610
+
mkSynLidGet m CorePath "None"
6611
6611
6612
6612
let expandedIndexArgs =
6613
6613
indexArgs
@@ -10445,7 +10445,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10445
10445
MethInfoChecks g cenv.amap true None [objExpr] ad m pminfo
10446
10446
let calledArgTy = List.head (List.head (pminfo.GetParamTypes(cenv.amap, m, pminst)))
10447
10447
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10448
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10448
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10449
10449
let mut = (if isStructTy g (tyOfExpr g objExpr) then DefinitelyMutates else PossiblyMutates)
10450
10450
let action = BuildPossiblyConditionalMethodCall cenv env mut m true pminfo NormalValUse pminst [objExpr] [argExpr] propStaticTyOpt |> fst
@@ -10455,7 +10455,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10455
10455
ILFieldInstanceChecks g cenv.amap ad m finfo
10456
10456
let calledArgTy = finfo.FieldType (cenv.amap, m)
10457
10457
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10458
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10458
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10459
10459
let action = BuildILFieldSet g m objExpr finfo argExpr
10460
10460
argExprPrebinder, action, Item.ILField finfo
10461
10461
@@ -10464,7 +10464,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10464
10464
let calledArgTy = rfinfo.FieldType
10465
10465
CheckRecdFieldMutation m denv rfinfo
10466
10466
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10467
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10467
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10468
10468
let action = BuildRecdFieldSet g m objExpr rfinfo argExpr
0 commit comments