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