Base:
method
GetUsedAssemblyReferences
Microsoft.CodeAnalysis.Compilation.GetUsedAssemblyReferences(System.Threading.CancellationToken)
6 references to GetUsedAssemblyReferences
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Semantics\PatternMatchingTests_ListPatterns.cs (1)
3454var used = comp.GetUsedAssemblyReferences();
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\UsedAssembliesTests.cs (4)
38Assert.Empty(comp1.GetUsedAssemblyReferences()); 72Assert.Empty(comp1.GetUsedAssemblyReferences()); 399Assert.Empty(comp1.GetUsedAssemblyReferences()); 433Assert.Empty(comp1.GetUsedAssemblyReferences());
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1276var used = comp.GetUsedAssemblyReferences();