38 references to GetResourceString
System.ServiceModel.Syndication (38)
src\runtime\artifacts\obj\System.ServiceModel.Syndication\Release\net11.0\System.SR.cs (37)
16internal static string @Atom10SpecRequiresTextConstruct => GetResourceString("Atom10SpecRequiresTextConstruct"); 18internal static string @DocumentFormatterDoesNotHaveDocument => GetResourceString("DocumentFormatterDoesNotHaveDocument"); 20internal static string @ErrorInLine => GetResourceString("ErrorInLine"); 22internal static string @ErrorParsingDateTime => GetResourceString("ErrorParsingDateTime"); 24internal static string @ErrorParsingDocument => GetResourceString("ErrorParsingDocument"); 26internal static string @ErrorParsingFeed => GetResourceString("ErrorParsingFeed"); 28internal static string @ErrorParsingItem => GetResourceString("ErrorParsingItem"); 30internal static string @ErrorParsingUri => GetResourceString("ErrorParsingUri"); 32internal static string @ExtensionNameNotSpecified => GetResourceString("ExtensionNameNotSpecified"); 34internal static string @FeedCreatedNullCategory => GetResourceString("FeedCreatedNullCategory"); 36internal static string @FeedCreatedNullItem => GetResourceString("FeedCreatedNullItem"); 38internal static string @FeedCreatedNullPerson => GetResourceString("FeedCreatedNullPerson"); 40internal static string @FeedFormatterDoesNotHaveFeed => GetResourceString("FeedFormatterDoesNotHaveFeed"); 42internal static string @InvalidObjectTypePassed => GetResourceString("InvalidObjectTypePassed"); 44internal static string @ItemCreatedNullCategory => GetResourceString("ItemCreatedNullCategory"); 46internal static string @ItemCreatedNullPerson => GetResourceString("ItemCreatedNullPerson"); 48internal static string @ItemFormatterDoesNotHaveItem => GetResourceString("ItemFormatterDoesNotHaveItem"); 50internal static string @OuterElementNameNotSpecified => GetResourceString("OuterElementNameNotSpecified"); 52internal static string @OuterNameOfElementExtensionEmpty => GetResourceString("OuterNameOfElementExtensionEmpty"); 54internal static string @UnbufferedItemsCannotBeCloned => GetResourceString("UnbufferedItemsCannotBeCloned"); 56internal static string @UnknownDocumentXml => GetResourceString("UnknownDocumentXml"); 58internal static string @UnknownFeedXml => GetResourceString("UnknownFeedXml"); 60internal static string @UnknownItemXml => GetResourceString("UnknownItemXml"); 62internal static string @UnsupportedRssVersion => GetResourceString("UnsupportedRssVersion"); 64internal static string @ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative"); 66internal static string @XmlBufferInInvalidState => GetResourceString("XmlBufferInInvalidState"); 68internal static string @XmlFoundCData => GetResourceString("XmlFoundCData"); 70internal static string @XmlFoundComment => GetResourceString("XmlFoundComment"); 72internal static string @XmlFoundElement => GetResourceString("XmlFoundElement"); 74internal static string @XmlFoundEndElement => GetResourceString("XmlFoundEndElement"); 76internal static string @XmlFoundEndOfFile => GetResourceString("XmlFoundEndOfFile"); 78internal static string @XmlFoundNodeType => GetResourceString("XmlFoundNodeType"); 80internal static string @XmlFoundText => GetResourceString("XmlFoundText"); 82internal static string @XmlLineInfo => GetResourceString("XmlLineInfo"); 84internal static string @XmlStartElementExpected => GetResourceString("XmlStartElementExpected"); 86internal static string @InvalidSkipHourValue => GetResourceString("InvalidSkipHourValue"); 88internal static string @InvalidTimeToLiveValue => GetResourceString("InvalidTimeToLiveValue");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);