5 references to CheckAgainstNull
WindowsBase (5)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (1)
178ContainerUtilities.CheckAgainstNull( reader, "reader" );
Base\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs (1)
209CheckAgainstNull(reader, "reader");
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
181CU.CheckAgainstNull( parent, "parent" ); 182CU.CheckAgainstNull( fileName, "fileName" );
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
162CU.CheckAgainstNull( parent, "parent" );