27 references to TestAddAttributeAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (27)
CodeGeneration\CodeGenerationTests.CSharp.cs (14)
1131await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1147await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1163await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1179await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1195await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1212await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1228await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1244await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1260await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1277await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1293await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1309await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1328await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), SyntaxFactory.Token(SyntaxKind.AssemblyKeyword)); 1337await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), SyntaxFactory.Token(SyntaxKind.RefKeyword)));
CodeGeneration\CodeGenerationTests.VisualBasic.cs (13)
1082await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1107await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1135await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1161await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1191await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1226await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1261await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1292await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1318await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1349await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1372await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute)); 1396await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.AssemblyKeyword)); 1405await TestAddAttributeAsync(input, expected, typeof(SerializableAttribute), VB.SyntaxFactory.Token(VB.SyntaxKind.ReturnKeyword)));