11 references to Contract
Microsoft.CodeAnalysis.Extensions.Package (11)
Symbols\INamedTypeSymbolExtensions.cs (3)
336
Contract
.ThrowIfNull(classOrStructType);
337
Contract
.ThrowIfNull(interfacesOrAbstractClasses);
338
Contract
.ThrowIfNull(isImplemented);
Symbols\ISymbolExtensions.cs (1)
557
Contract
.ThrowIfFalse(symbol.IsNormalAnonymousType());
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);