You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<value>Cache and use a 'CompositeFormat' instance as the argument to this formatting operation, rather than passing in the original format string. This reduces the cost of the formatting operation.</value>
/// <summary>Creates a delegate to register with RegisterOperationAction and that flags all of the relevate format string parameters that warrant replacing.</summary>
94
+
/// <param name="isStatic">Whether the target methods are static; true for string.Format, false for StringBuilder.AppendFormat.</param>
95
+
/// <param name="containingType">The symbol for the containing type, either for string or StringBuilder.</param>
96
+
/// <param name="methodName">The name of the target method, either "Format" or "AppendFormat".</param>
97
+
/// <param name="formatProviderType">The symbol for IFormatProvider.</param>
<source>Cache and use a 'CompositeFormat' instance as the argument to this formatting operation, rather than passing in the original format string. This reduces the cost of the formatting operation.</source>
2753
+
<targetstate="new">Cache and use a 'CompositeFormat' instance as the argument to this formatting operation, rather than passing in the original format string. This reduces the cost of the formatting operation.</target>
2754
+
<note />
2755
+
</trans-unit>
2756
+
<trans-unitid="UseCompositeFormatMessage">
2757
+
<source>Cache a 'CompositeFormat' for repeated use in this formatting operation</source>
2758
+
<targetstate="new">Cache a 'CompositeFormat' for repeated use in this formatting operation</target>
2759
+
<note />
2760
+
</trans-unit>
2761
+
<trans-unitid="UseCompositeFormatTitle">
2762
+
<source>Use 'CompositeFormat'</source>
2763
+
<targetstate="new">Use 'CompositeFormat'</target>
2764
+
<note />
2765
+
</trans-unit>
2751
2766
<trans-unitid="UseConcreteTypeDescription">
2752
2767
<source>Using concrete types avoids virtual or interface call overhead and enables inlining.</source>
2753
2768
<targetstate="translated">Použití konkrétních typů zabraňuje režii virtuálního volání nebo volání rozhraní a umožňuje vkládání.</target>
@@ -2883,6 +2898,21 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
2883
2898
<targetstate="translated">Použít indexer</target>
2884
2899
<note />
2885
2900
</trans-unit>
2901
+
<trans-unitid="UseInterpolatedStringDescription">
2902
+
<source>Using an interpolated string is both more concise and more efficient than performing the whole formatting operation at run-time.</source>
2903
+
<targetstate="new">Using an interpolated string is both more concise and more efficient than performing the whole formatting operation at run-time.</target>
2904
+
<note />
2905
+
</trans-unit>
2906
+
<trans-unitid="UseInterpolatedStringMessage">
2907
+
<source>Use an interpolated string to perform the operation more efficiently</source>
2908
+
<targetstate="new">Use an interpolated string to perform the operation more efficiently</target>
2909
+
<note />
2910
+
</trans-unit>
2911
+
<trans-unitid="UseInterpolatedStringTitle">
2912
+
<source>Use an interpolated string</source>
2913
+
<targetstate="new">Use an interpolated string</target>
0 commit comments