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>
84
+
/// <param name="isStatic">Whether the target methods are static; true for string.Format, false for StringBuilder.AppendFormat.</param>
85
+
/// <param name="containingType">The symbol for the containing type, either for string or StringBuilder.</param>
86
+
/// <param name="methodName">The name of the target method, either "Format" or "AppendFormat".</param>
87
+
/// <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>
<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">Die Verwendung von konkreten Typen vermeidet den Mehraufwand für virtuelle Aufrufe oder Schnittstellenaufrufe und ermöglicht das Inlining.</target>
<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">El uso de tipos concretos evita la sobrecarga de llamadas virtuales o de interfaz y habilita la inserción.</target>
<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">L’utilisation de types concrets évite la surcharge des appels virtuels ou d’interface et active l’inlining.</target>
0 commit comments