3 references to FrameOfType
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\ClosureConversion.cs (3)
709
BoundExpression right =
FrameOfType
(syntax, frameParent.Type as NamedTypeSymbol);
924
var frame =
FrameOfType
(syntax, frameType);
1080
receiver =
FrameOfType
(syntax, constructedFrame);