1 instantiation of SR
Microsoft.Build.Tasks.Core (1)
33 references to SR
Microsoft.Build.Tasks.Core (33)
system.design\stronglytypedresourcebuilder.cs (22)
172throw new ArgumentException(SR.GetString(SR.InvalidIdentifier, className));
211srClass.Comments.Add(new CodeCommentStatement(SR.GetString(SR.ClassDocComment), true));
213var comment = new CodeCommentStatement(SR.GetString(SR.ClassComments1), true);
215comment = new CodeCommentStatement(SR.GetString(SR.ClassComments3), true);
474resMgr.Comments.Add(new CodeCommentStatement(SR.GetString(SR.ResMgrPropertyComment), true));
486culture.Comments.Add(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment1), true));
487culture.Comments.Add(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment2), true));
500commentString = SR.GetString(SR.StringPropertyTruncatedComment, commentString.Substring(0, DocCommentLengthThreshold));
626text = SR.GetString(SR.StringPropertyComment, valueAsString);
633text = SR.GetString(SR.NonStringPropertyComment, typeName);
637text = SR.GetString(SR.NonStringPropertyDetailedComment, typeName, valueAsString);