Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovsky <michals@microsoft.com>2018-07-09 17:11:45 +0300
committerMichal Strehovsky <michals@microsoft.com>2018-07-09 17:11:45 +0300
commit482e922f14b265de2ecb4744848b09eb02d8f4eb (patch)
treea569852baadc78e9a65432c1d01245faded2e93b /src/System.Private.Reflection.Execution
parent67868ac7a97e6af367cde1f8ca6d35b082f40cbb (diff)
Delete orphaned resource strings in S.P.Threading and S.P.Reflection
[tfs-changeset: 1706795]
Diffstat (limited to 'src/System.Private.Reflection.Execution')
-rw-r--r--src/System.Private.Reflection.Execution/src/Resources/Strings.resx24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/System.Private.Reflection.Execution/src/Resources/Strings.resx b/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
index f03a830ef..0a8ef5f1b 100644
--- a/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
+++ b/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
@@ -141,30 +141,9 @@
<data name="InvalidOperation_NoValue" xml:space="preserve">
<value>Nullable object must have a value.</value>
</data>
- <data name="PlatformNotSupported_CantInvokeIntrinsic" xml:space="preserve">
- <value>Late-bound invocation is not supported for compiler-intrinsic methods.</value>
- </data>
- <data name="PlatformNotSupported_VarArgs" xml:space="preserve">
- <value>Methods using the vararg calling convention are not supported on this platform.</value>
- </data>
- <data name="PlatformNotSupported_PointerArguments" xml:space="preserve">
- <value>Passing or returning pointers through Invoke is not supported on this platform.</value>
- </data>
<data name="RFLCT_Targ_StatFldReqTarg" xml:space="preserve">
<value>Non-static field requires a target.</value>
</data>
- <data name="LdToken_NoMetadata_1" xml:space="preserve">
- <value>Prerelease Restriction: The following type member cannot be referenced from inside a Linq Expression:\n\n </value>
- </data>
- <data name="LdToken_NoMetadata_2" xml:space="preserve">
- <value>\n\nThe following may be used as a workaround:\n\n</value>
- </data>
- <data name="LdToken_NoMetadata_3" xml:space="preserve">
- <value> 1. Make the member public or mark the member with the System.Reflection.Metadata.Controls.ReflectionInfo attribute specifying the argument ReflectionInfoOption.Include\n</value>
- </data>
- <data name="LdToken_NoMetadata_4" xml:space="preserve">
- <value> 2. Enable Reflection for its declaring type with the System.Reflection.Consumption.EnableDynamicProgramming attribute.\n\n\n</value>
- </data>
<data name="MissingConstructor_Name" xml:space="preserve">
<value>Constructor on type '{0}' not found.</value>
</data>
@@ -192,9 +171,6 @@
<data name="Argument_ConstraintFailed" xml:space="preserve">
<value>'{0}', on '{1}' violates the constraint of type '{2}'.</value>
</data>
- <data name="PlatformNotSupported_GetMethodInfoForStubDelegate" xml:space="preserve">
- <value>Obtaining a MethodInfo of a reflection-constructed delegate to a virtual method is not supported on this platform.</value>
- </data>
<data name="Argument_ImplementIComparable" xml:space="preserve">
<value>At least one object must implement IComparable.</value>
</data>