3 references to VerifyInterfaces
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NativeIntegerTests.cs (3)
364
VerifyInterfaces
(underlyingType, underlyingType.InterfacesNoUseSiteDiagnostics(), nativeIntegerType, nativeIntegerType.InterfacesNoUseSiteDiagnostics());
365
VerifyInterfaces
(underlyingType, underlyingType.GetDeclaredInterfaces(null), nativeIntegerType, nativeIntegerType.GetDeclaredInterfaces(null));
1557
VerifyInterfaces
(underlyingType, underlyingType.InterfacesNoUseSiteDiagnostics(null), type, interfaces);