19 references to Resources
Microsoft.TestPlatform.AdapterUtilities (19)
Helpers\ReflectionHelpers.cs (3)
19
throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.MethodNotImplementedOnPlatform, className, methodName));
69
string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorInvalidSequenceAt, escapedStringSegment, i)
92
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorNoClosingQuote, escapedStringSegment);
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (4)
142
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorMethodExpectedAsAnArgument, nameof(method)));
178
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorMethodExpectedAsAnArgument, nameof(method)));
276
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorTypeNotFound, parsedManagedTypeName);
290
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorMethodNotFound, methodName, managedTypeName);
ManagedNameUtilities\ManagedNameParser.cs (9)
73
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorUnexpectedCharactersAtEnd, pos);
106
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorWhitespaceNotValid, i);
136
throw new InvalidManagedNameException(Resources.
Resources
.ErrorMethodArityMustBeNumeric);
174
throw new InvalidManagedNameException(Resources.
Resources
.ErrorIncompleteManagedName);
207
string message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorWhitespaceNotValid, i);
231
string msg = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorWhitespaceNotValid, i);
236
throw new InvalidManagedNameException(Resources.
Resources
.ErrorIncompleteManagedName);
261
string msg = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ErrorWhitespaceNotValid, i);
266
throw new InvalidManagedNameException(Resources.
Resources
.ErrorIncompleteManagedName);
Resources\Resources.Designer.cs (1)
43
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.TestPlatform.AdapterUtilities.Resources.Resources", typeof(
Resources
).GetTypeInfo().Assembly);
TestIdProvider.cs (2)
38
throw new InvalidOperationException(Resources.
Resources
.ErrorCannotAppendAfterHashCalculation);
57
throw new InvalidOperationException(Resources.
Resources
.ErrorCannotAppendAfterHashCalculation);