79 references to GetResourceString
Microsoft.AspNetCore.Components.Analyzers (79)
src\3b67e3582e36646e\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (79)
19var value = GetResourceString(resourceKey); 31internal static string @ComponentParameterSettersShouldBePublic_Description => GetResourceString("ComponentParameterSettersShouldBePublic_Description"); 33internal static string @ComponentParameterSettersShouldBePublic_Format => GetResourceString("ComponentParameterSettersShouldBePublic_Format"); 36=> string.Format(Culture, GetResourceString("ComponentParameterSettersShouldBePublic_Format"), p0); 39internal static string @ComponentParameterSettersShouldBePublic_Title => GetResourceString("ComponentParameterSettersShouldBePublic_Title"); 41internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description"); 43internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"); 46=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"), p0, p1, p2); 49internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title"); 51internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Description"); 53internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"); 56=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"), p0, p1, p2); 59internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Title"); 61internal static string @ComponentParameterShouldBePublic_Format => GetResourceString("ComponentParameterShouldBePublic_Format"); 64=> string.Format(Culture, GetResourceString("ComponentParameterShouldBePublic_Format"), p0); 67internal static string @ComponentParameterShouldBePublic_Title => GetResourceString("ComponentParameterShouldBePublic_Title"); 69internal static string @ComponentParametersShouldBePublic_Description => GetResourceString("ComponentParametersShouldBePublic_Description"); 71internal static string @ComponentParametersShouldBePublic_FixTitle => GetResourceString("ComponentParametersShouldBePublic_FixTitle"); 73internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description"); 75internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"); 78=> string.Format(Culture, GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"), p0); 81internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title"); 83internal static string @DoNotUseRenderTreeTypes_Description => GetResourceString("DoNotUseRenderTreeTypes_Description"); 85internal static string @DoNotUseRenderTreeTypes_Format => GetResourceString("DoNotUseRenderTreeTypes_Format"); 88=> string.Format(Culture, GetResourceString("DoNotUseRenderTreeTypes_Format"), p0); 91internal static string @DoNotUseRenderTreeTypes_Title => GetResourceString("DoNotUseRenderTreeTypes_Title"); 93internal static string @ComponentParametersShouldBeAutoProperties_Message => GetResourceString("ComponentParametersShouldBeAutoProperties_Message"); 96=> string.Format(Culture, GetResourceString("ComponentParametersShouldBeAutoProperties_Message"), p0); 99internal static string @ComponentParametersShouldBeAutoProperties_Title => GetResourceString("ComponentParametersShouldBeAutoProperties_Title"); 101internal static string @ComponentParametersShouldBeAutoProperties_Description => GetResourceString("ComponentParametersShouldBeAutoProperties_Description"); 103internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Description => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Description"); 105internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Format => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"); 108=> string.Format(Culture, GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"), p0); 111internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Title => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Title"); 113internal static string @PersistentStateShouldNotHavePropertyInitializer_Description => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Description"); 115internal static string @PersistentStateShouldNotHavePropertyInitializer_Format => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"); 118=> string.Format(Culture, GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"), p0); 121internal static string @PersistentStateShouldNotHavePropertyInitializer_Title => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Title"); 123internal static string @UseInvokeVoidAsyncForObjectReturn_Description => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Description"); 125internal static string @UseInvokeVoidAsyncForObjectReturn_Format => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Format"); 127internal static string @UseInvokeVoidAsyncForObjectReturn_Title => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Title"); 129internal static string @VirtualizeItemsProviderRequiresItemComparer_Description => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Description"); 131internal static string @VirtualizeItemsProviderRequiresItemComparer_Format => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Format"); 133internal static string @VirtualizeItemsProviderRequiresItemComparer_Title => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Title"); 135internal static string @VirtualizeSpacerElementIsInvalid_Description => GetResourceString("VirtualizeSpacerElementIsInvalid_Description"); 137internal static string @VirtualizeSpacerElementIsInvalid_Format => GetResourceString("VirtualizeSpacerElementIsInvalid_Format"); 140=> string.Format(Culture, GetResourceString("VirtualizeSpacerElementIsInvalid_Format"), p0, p1, p2); 143internal static string @VirtualizeSpacerElementIsInvalid_Title => GetResourceString("VirtualizeSpacerElementIsInvalid_Title"); 145internal static string @UnnecessaryStateHasChangedCall_Description => GetResourceString("UnnecessaryStateHasChangedCall_Description"); 147internal static string @UnnecessaryStateHasChangedCall_Format => GetResourceString("UnnecessaryStateHasChangedCall_Format"); 150=> string.Format(Culture, GetResourceString("UnnecessaryStateHasChangedCall_Format"), p0); 153internal static string @UnnecessaryStateHasChangedCall_Title => GetResourceString("UnnecessaryStateHasChangedCall_Title"); 155internal static string @UnnecessaryStateHasChangedCall_FixTitle => GetResourceString("UnnecessaryStateHasChangedCall_FixTitle"); 157internal static string @AuthenticationStateProviderCachedWithoutSubscription_Description => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Description"); 159internal static string @AuthenticationStateProviderCachedWithoutSubscription_Format => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Format"); 162=> string.Format(Culture, GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Format"), p0); 165internal static string @AuthenticationStateProviderCachedWithoutSubscription_Title => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Title"); 167internal static string @ForLoopIteratorVariableUsedInClosure_Description => GetResourceString("ForLoopIteratorVariableUsedInClosure_Description"); 169internal static string @ForLoopIteratorVariableUsedInClosure_Format => GetResourceString("ForLoopIteratorVariableUsedInClosure_Format"); 172=> string.Format(Culture, GetResourceString("ForLoopIteratorVariableUsedInClosure_Format"), p0); 175internal static string @ForLoopIteratorVariableUsedInClosure_Title => GetResourceString("ForLoopIteratorVariableUsedInClosure_Title"); 177internal static string @JSInvokableMethodShouldBePublic_Description => GetResourceString("JSInvokableMethodShouldBePublic_Description"); 179internal static string @JSInvokableMethodShouldBePublic_Format => GetResourceString("JSInvokableMethodShouldBePublic_Format"); 182=> string.Format(Culture, GetResourceString("JSInvokableMethodShouldBePublic_Format"), p0); 185internal static string @JSInvokableMethodShouldBePublic_Title => GetResourceString("JSInvokableMethodShouldBePublic_Title"); 187internal static string @JSInvokableMethodShouldBePublic_FixTitle => GetResourceString("JSInvokableMethodShouldBePublic_FixTitle"); 189internal static string @UnguardedJSInteropCall_Description => GetResourceString("UnguardedJSInteropCall_Description"); 191internal static string @UnguardedJSInteropCall_Format => GetResourceString("UnguardedJSInteropCall_Format"); 194=> string.Format(Culture, GetResourceString("UnguardedJSInteropCall_Format"), p0); 197internal static string @UnguardedJSInteropCall_Title => GetResourceString("UnguardedJSInteropCall_Title"); 199internal static string @UnguardedJSInteropCall_FixTitle => GetResourceString("UnguardedJSInteropCall_FixTitle"); 201internal static string @ComponentHasDisposeWithoutIDisposable_Description => GetResourceString("ComponentHasDisposeWithoutIDisposable_Description"); 203internal static string @ComponentHasDisposeWithoutIDisposable_Format => GetResourceString("ComponentHasDisposeWithoutIDisposable_Format"); 206=> string.Format(Culture, GetResourceString("ComponentHasDisposeWithoutIDisposable_Format"), p0); 209internal static string @ComponentHasDisposeWithoutIDisposable_Title => GetResourceString("ComponentHasDisposeWithoutIDisposable_Title"); 211internal static string @ComponentHasDisposeAsyncWithoutIAsyncDisposable_Description => GetResourceString("ComponentHasDisposeAsyncWithoutIAsyncDisposable_Description"); 213internal static string @ComponentHasDisposeAsyncWithoutIAsyncDisposable_Format => GetResourceString("ComponentHasDisposeAsyncWithoutIAsyncDisposable_Format"); 216=> string.Format(Culture, GetResourceString("ComponentHasDisposeAsyncWithoutIAsyncDisposable_Format"), p0); 219internal static string @ComponentHasDisposeAsyncWithoutIAsyncDisposable_Title => GetResourceString("ComponentHasDisposeAsyncWithoutIAsyncDisposable_Title");