10 references to ThrowIfNull
Microsoft.CodeAnalysis.Extensions.Package (10)
Symbols\INamedTypeSymbolExtensions.cs (3)
336
Contract.
ThrowIfNull
(classOrStructType);
337
Contract.
ThrowIfNull
(interfacesOrAbstractClasses);
338
Contract.
ThrowIfNull
(isImplemented);
Symbols\ISymbolExtensions_Accessibility.cs (7)
90
Contract.
ThrowIfNull
(symbol);
91
Contract.
ThrowIfNull
(within);
180
Contract.
ThrowIfNull
(type);
218
Contract.
ThrowIfNull
(assembly);
255
Contract.
ThrowIfNull
(containingType);
431
Contract.
ThrowIfNull
(withinType);
432
Contract.
ThrowIfNull
(originalContainingType);