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