4 references to withAliases
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests.cs (4)
65
var checker1 =
withAliases
(predefined, "using alias1 = TypeForwardedToAttribute;");
69
var checker1a =
withAliases
(checker1, "using alias1 = TypeIdentifierAttribute;");
73
var checker1b =
withAliases
(checker1, "using alias2 = TypeIdentifierAttribute;");
80
var checker3 =
withAliases
(predefined, "using alias3 = TypeForwardedToAttribute; using alias3 = TypeIdentifierAttribute;");