25 references to TestAddAttributeAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (25)
CodeGeneration\CodeGenerationTests.CSharp.cs (12)
1128await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1144await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1160await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1176await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1192await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1209await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1225await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1241await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1257await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1274await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1290await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1306await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
CodeGeneration\CodeGenerationTests.VisualBasic.cs (13)
1077await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1102await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1130await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1156await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1186await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1221await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1256await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1287await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1313await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1344await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1367await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1391await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.AssemblyKeyword)); 1400await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.ReturnKeyword)));