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