12 references to LocComments
PresentationBuildTasks (12)
BuildTasks\Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (2)
77streamWriter.WriteLine("<" + LocComments.LocDocumentRoot + ">"); 90streamWriter.WriteLine("</" + LocComments.LocDocumentRoot + ">");
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (10)
76if (LocComments.IsLocCommentsProperty(node.TypeFullName, node.PropName)) 79LocComments.ParsePropertyComments(node.Value); 85&& LocComments.IsLocLocalizabilityProperty(node.TypeFullName, node.PropName)) 88LocComments.ParsePropertyLocalizabilityAttributes(node.Value); 120writer.WriteStartElement(LocComments.LocResourcesElement); 121writer.WriteAttributeString(LocComments.LocFileNameAttribute, _compiler.SourceFileInfo.RelativeSourceFilePath); 125writer.WriteStartElement(LocComments.LocCommentsElement); 126writer.WriteAttributeString(LocComments.LocCommentIDAttribute, comment.Uid); 130writer.WriteAttributeString(LocComments.LocLocalizabilityAttribute, comment.Attributes); 135writer.WriteAttributeString(LocComments.LocCommentsAttribute, comment.Comments);