37 references to GetResourceString
Microsoft.AspNetCore.Components.Analyzers (37)
artifacts\obj\Microsoft.AspNetCore.Components.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (37)
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 @SupplyParameterFromFormShouldNotHavePropertyInitializer_Description => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Description"); 103internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Format => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"); 106=> string.Format(Culture, GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"), p0); 109internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Title => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Title"); 111internal static string @PersistentStateShouldNotHavePropertyInitializer_Description => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Description"); 113internal static string @PersistentStateShouldNotHavePropertyInitializer_Format => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"); 116=> string.Format(Culture, GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"), p0); 119internal static string @PersistentStateShouldNotHavePropertyInitializer_Title => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Title");