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