5 references to EnableVerifyUsedAssemblies
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\ExtensionTests.cs (3)
5220if (!CompilationExtensions.EnableVerifyUsedAssemblies) // Tracked by https://github.com/dotnet/roslyn/issues/77542 6585if (!CompilationExtensions.EnableVerifyUsedAssemblies) // Tracked by https://github.com/dotnet/roslyn/issues/77542 8138if (!CompilationExtensions.EnableVerifyUsedAssemblies) // Tracked by https://github.com/dotnet/roslyn/issues/77542
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1820if (!CompilationExtensions.EnableVerifyUsedAssemblies)
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\ConditionalFactAttribute.cs (1)
383public override bool ShouldSkip => CompilationExtensions.EnableVerifyUsedAssemblies;