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)
6601
+
SynExpr.App (ExprAtomicFlag.NonAtomic, false, mkSynLidGet m CorePath "Some", x, m)
6602
6602
6603
6603
let mkSynNoneExpr (m: range) =
6604
6604
let m = m.MakeSynthetic()
6605
-
mkSynLidGet m FSharpLib.CorePath "None"
6605
+
mkSynLidGet m CorePath "None"
6606
6606
6607
6607
let expandedIndexArgs =
6608
6608
indexArgs
@@ -10440,7 +10440,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10440
10440
MethInfoChecks g cenv.amap true None [objExpr] ad m pminfo
10441
10441
let calledArgTy = List.head (List.head (pminfo.GetParamTypes(cenv.amap, m, pminst)))
10442
10442
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10443
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10443
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10444
10444
let mut = (if isStructTy g (tyOfExpr g objExpr) then DefinitelyMutates else PossiblyMutates)
10445
10445
let action = BuildPossiblyConditionalMethodCall cenv env mut m true pminfo NormalValUse pminst [objExpr] [argExpr] propStaticTyOpt |> fst
@@ -10450,7 +10450,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10450
10450
ILFieldInstanceChecks g cenv.amap ad m finfo
10451
10451
let calledArgTy = finfo.FieldType (cenv.amap, m)
10452
10452
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10453
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10453
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10454
10454
let action = BuildILFieldSet g m objExpr finfo argExpr
10455
10455
argExprPrebinder, action, Item.ILField finfo
10456
10456
@@ -10459,7 +10459,7 @@ and TcSetterArgExpr (cenv: cenv) env denv objExpr ad assignedSetter calledFromCo
10459
10459
let calledArgTy = rfinfo.FieldType
10460
10460
CheckRecdFieldMutation m denv rfinfo
10461
10461
let tcVal = LightweightTcValForUsingInBuildMethodCall g
10462
-
let argExprPrebinder, argExpr = MethodCalls.AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10462
+
let argExprPrebinder, argExpr = AdjustCallerArgExpr tcVal g cenv.amap cenv.infoReader ad false calledArgTy ReflectedArgInfo.None callerArgTy m argExpr
10463
10463
let action = BuildRecdFieldSet g m objExpr rfinfo argExpr
0 commit comments