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)
1078await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1103await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1131await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1157await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1187await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1222await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1257await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1288await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1314await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1345await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1368await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute));
1392await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.AssemblyKeyword));
1401await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.ReturnKeyword)));