4 references to CacheToLocalIfNotConst
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LocalRewriter\LocalRewriter.vb (1)
776
valueOpt =
CacheToLocalIfNotConst
(container, value, temporariesBuilder, sideEffectsBuilder, SynthesizedLocalKind.LoweringTemp, syntaxOpt:=Nothing)
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (3)
77
rewrittenInitialValue =
CacheToLocalIfNotConst
(_currentMethodOrLambda, rewrittenInitialValue, locals, cacheAssignments, SynthesizedLocalKind.ForInitialValue, blockSyntax)
78
rewrittenLimit =
CacheToLocalIfNotConst
(_currentMethodOrLambda, rewrittenLimit, locals, cacheAssignments, SynthesizedLocalKind.ForLimit, blockSyntax)
79
rewrittenStep =
CacheToLocalIfNotConst
(_currentMethodOrLambda, rewrittenStep, locals, cacheAssignments, SynthesizedLocalKind.ForStep, blockSyntax)