1 write to stringConcat2
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
84stringConcat2 = typeof(string).GetMethod("Concat", new Type[] { typeof(string), typeof(string) });
2 references to stringConcat2
System.ServiceModel (2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
83if (stringConcat2 == null) 85return stringConcat2;