2 references to withAliases
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests.cs (2)
69
var checker1a =
withAliases
(checker1, "using alias1 = TypeIdentifierAttribute;");
73
var checker1b =
withAliases
(checker1, "using alias2 = TypeIdentifierAttribute;");