11 references to CheckStringAgainstNullAndEmpty
WindowsBase (11)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (2)
75ContainerUtilities.CheckStringAgainstNullAndEmpty( streamName, "streamName" ); 150ContainerUtilities.CheckStringAgainstNullAndEmpty(fullName, "fullName");
Base\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs (2)
504CheckStringAgainstNullAndEmpty(nameString, "nameString"); 519CheckStringAgainstNullAndEmpty(testString, testStringIdentifier);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (5)
609CU.CheckStringAgainstNullAndEmpty(newDataSpaceLabel, "newDataSpaceLabel"); 622CU.CheckStringAgainstNullAndEmpty( transformLabel, "Transform label" ); 645CU.CheckStringAgainstNullAndEmpty(dataSpaceLabel, "dataSpaceLabel"); 934CU.CheckStringAgainstNullAndEmpty( transformClassName, "Transform identifier name" ); 937CU.CheckStringAgainstNullAndEmpty( newTransformLabel, "Transform label" );
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
261ContainerUtilities.CheckStringAgainstNullAndEmpty( path, "Path" );
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
163CU.CheckStringAgainstNullAndEmpty( streamName, "streamName" );