9 references to DuplicateDirective
dotnet (1)
FileLevelDirectiveHelpers.cs (1)
170diagnostics.AddError(sourceFile, directive.Info.Span, string.Format(FileBasedProgramsResources.DuplicateDirective, typeAndName));
dotnet.Tests (8)
CommandTests\Project\Convert\DotnetProjectConvertTests.cs (8)
1537(2, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:property Prop")), 1549(2, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:sdk Name")), 1550(3, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:sdk Name")), 1562(2, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:package Name")), 1563(3, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:package Name")), 1582(2, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:property Prop")), 1583(4, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:property Prop")), 1593(2, string.Format(FileBasedProgramsResources.DuplicateDirective, "#:property prop")),