36 references to GetResourceString
Microsoft.DotNet.ApiCompatibility (36)
Microsoft.DotNet.ApiCompatibility.Resources.cs (36)
17internal static string @AssemblyNameDoesNotExist => GetResourceString("AssemblyNameDoesNotExist"); 19internal static string @AssemblyNameDoesNotMatch => GetResourceString("AssemblyNameDoesNotMatch"); 21internal static string @AssemblyPublicKeyTokenDoesNotMatch => GetResourceString("AssemblyPublicKeyTokenDoesNotMatch"); 23internal static string @AssemblySearchDirectoryDoesNotExist => GetResourceString("AssemblySearchDirectoryDoesNotExist"); 25internal static string @CannotAddAbstractMember => GetResourceString("CannotAddAbstractMember"); 27internal static string @AssemblyCultureDoesNotMatch => GetResourceString("AssemblyCultureDoesNotMatch"); 29internal static string @AssemblyVersionDoesNotMatch => GetResourceString("AssemblyVersionDoesNotMatch"); 31internal static string @AssemblyVersionIsNotCompatible => GetResourceString("AssemblyVersionIsNotCompatible"); 33internal static string @ElementShouldNotBeNullAtIndex => GetResourceString("ElementShouldNotBeNullAtIndex"); 35internal static string @IndexShouldBeWithinSetSizeRange => GetResourceString("IndexShouldBeWithinSetSizeRange"); 37internal static string @MemberExistsOnLeft => GetResourceString("MemberExistsOnLeft"); 39internal static string @MemberExistsOnRight => GetResourceString("MemberExistsOnRight"); 41internal static string @RightNamesAtLeastOne => GetResourceString("RightNamesAtLeastOne"); 43internal static string @ShouldBeGreaterThanZero => GetResourceString("ShouldBeGreaterThanZero"); 45internal static string @TypeMissingOnSide => GetResourceString("TypeMissingOnSide"); 47internal static string @CannotAddMemberToInterface => GetResourceString("CannotAddMemberToInterface"); 49internal static string @CannotRemoveBaseInterface => GetResourceString("CannotRemoveBaseInterface"); 51internal static string @CannotRemoveBaseType => GetResourceString("CannotRemoveBaseType"); 53internal static string @TypeIsActuallySealed => GetResourceString("TypeIsActuallySealed"); 55internal static string @TypeIsEffectivelySealed => GetResourceString("TypeIsEffectivelySealed"); 57internal static string @EnumValuesMustMatch => GetResourceString("EnumValuesMustMatch"); 59internal static string @EnumTypesMustMatch => GetResourceString("EnumTypesMustMatch"); 61internal static string @CannotAddVirtualToMember => GetResourceString("CannotAddVirtualToMember"); 63internal static string @CannotRemoveVirtualOrAbstractFromMember => GetResourceString("CannotRemoveVirtualOrAbstractFromMember"); 65internal static string @ApiCompatibilityHeader => GetResourceString("ApiCompatibilityHeader"); 67internal static string @ApiCompatRunnerExecutingWorkItems => GetResourceString("ApiCompatRunnerExecutingWorkItems"); 69internal static string @AssemblyLoadError => GetResourceString("AssemblyLoadError"); 71internal static string @CannotAddAttribute => GetResourceString("CannotAddAttribute"); 73internal static string @CannotChangeAttribute => GetResourceString("CannotChangeAttribute"); 75internal static string @CannotRemoveAttribute => GetResourceString("CannotRemoveAttribute"); 77internal static string @CannotAddGenericConstraint => GetResourceString("CannotAddGenericConstraint"); 79internal static string @CannotRemoveGenericConstraint => GetResourceString("CannotRemoveGenericConstraint"); 81internal static string @CannotChangeParameterName => GetResourceString("CannotChangeParameterName"); 83internal static string @CannotAddSealedToInterfaceMember => GetResourceString("CannotAddSealedToInterfaceMember"); 85internal static string @CannotExpandVisibility => GetResourceString("CannotExpandVisibility"); 87internal static string @CannotReduceVisibility => GetResourceString("CannotReduceVisibility");