1 instantiation of SR
Microsoft.Build.Tasks.Core (1)
33 references to SR
Microsoft.Build.Tasks.Core (33)
system.design\stronglytypedresourcebuilder.cs (22)
201throw new ArgumentException(SR.GetString(SR.InvalidIdentifier, className));
240srClass.Comments.Add(new CodeCommentStatement(SR.GetString(SR.ClassDocComment), true));
242var comment = new CodeCommentStatement(SR.GetString(SR.ClassComments1), true);
244comment = new CodeCommentStatement(SR.GetString(SR.ClassComments3), true);
503resMgr.Comments.Add(new CodeCommentStatement(SR.GetString(SR.ResMgrPropertyComment), true));
515culture.Comments.Add(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment1), true));
516culture.Comments.Add(new CodeCommentStatement(SR.GetString(SR.CulturePropertyComment2), true));
529commentString = SR.GetString(SR.StringPropertyTruncatedComment, commentString.Substring(0, DocCommentLengthThreshold));
655text = SR.GetString(SR.StringPropertyComment, valueAsString);
662text = SR.GetString(SR.NonStringPropertyComment, typeName);
666text = SR.GetString(SR.NonStringPropertyDetailedComment, typeName, valueAsString);