5 references to GetReferencesWithout
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
55
: TargetFrameworkUtil.
GetReferencesWithout
(TargetFramework.Net50, "System.Runtime.InteropServices.dll");
69
: TargetFrameworkUtil.
GetReferencesWithout
(TargetFramework.Net50, "System.Runtime.InteropServices.dll");
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_CallerInfoAttributes.cs (1)
23
TargetFrameworkUtil.
GetReferencesWithout
(TargetFramework.Net50, "System.Runtime.InteropServices.dll");
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\DefaultInterfaceImplementationTests.cs (2)
50682
IEnumerable<MetadataReference> baseReferences = TargetFrameworkUtil.
GetReferencesWithout
(TargetFramework.Net50, "System.Runtime.InteropServices.dll");
50752
baseReferences = TargetFrameworkUtil.
GetReferencesWithout
(TargetFramework.NetLatest, "System.Runtime.InteropServices.dll").Concat(new[] { attributesRef });