2 references to PM_STRING_CONCAT_STRING_2
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
507
new PredefinedMethodInfo( PREDEFMETH.
PM_STRING_CONCAT_STRING_2
, PredefinedType.PT_STRING, PredefinedName.PN_CONCAT, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_STRING, 2, (int)PredefinedType.PT_STRING, (int)PredefinedType.PT_STRING }),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
190
pdm = PREDEFMETH.
PM_STRING_CONCAT_STRING_2
;