2 references to EmitAssemblyFromSyntax
Microsoft.DotNet.ApiCompatibility.Tests (2)
Rules\AssemblyIdentityMustMatchTests.cs (2)
197
string leftAssembly = SymbolFactory.
EmitAssemblyFromSyntax
(syntax, publicKey: _publicKey);
198
string rightAssembly = SymbolFactory.
EmitAssemblyFromSyntax
(syntax);