Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ShouldCache() [1/2]

bool System.Linq.Expressions.Compiler.CompilerScope.ShouldCache ( ParameterExpression v)
inlineprivate

Definition at line 448 of file CompilerScope.cs.

449 {
450 if (ReferenceCount == null)
451 {
452 return false;
453 }
455 {
456 return ShouldCache(v, value);
457 }
458 return false;
459 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< ParameterExpression, int > ReferenceCount
bool ShouldCache(ParameterExpression v, int refCount)

References System.Linq.Expressions.Compiler.CompilerScope.ReferenceCount, System.Linq.Expressions.Compiler.CompilerScope.ShouldCache(), System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.