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