1 write to SingletonCache
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
69SingletonCache = new SynthesizedLambdaCacheFieldSymbol(this, this, cacheVariableName, topLevelMethod, isReadOnly: true, isStatic: true);
6 references to SingletonCache
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ClosureConversion.cs (2)
575F.Field(null, frame.SingletonCache), 1071var field = containerAsFrame.SingletonCache.AsMember(constructedFrame);
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (4)
89builder.Add(SingletonCache); 140=> (object)SingletonCache != null 141? SpecializedCollections.SingletonEnumerable(SingletonCache) 145public override bool IsSerializable => (object)SingletonCache != null;