2 references to GetType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\LocalVariable.cs (1)
15
Type = local?.
GetType
();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
814
Expr create = GenerateParameter(local.name.Text, local.
GetType
());