16 references to IsNull
ILCompiler.ReadyToRun (16)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
31Debug.Assert(!_compilationUnitPrefix.IsNull);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
114if (!comdatName.IsNull) 146if (!symbolName.IsNull)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (5)
121if (!comdatName.IsNull) 162if (comdatName.IsNull) 182base.CreateSection(section, comdatName, symbolName.IsNull ? sectionNameUtf8 : symbolName, sectionIndex, sectionStream); 678if (!symbol.Name.IsNull) 1071BinaryPrimitives.WriteUInt32LittleEndian(buffer, !Name.IsNull ? stringTable.GetStringOffset(Name) : 0);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (1)
385base.CreateSection(section, comdatName, symbolName.IsNull ? new Utf8StringBuilder().Append("lsection"u8).Append(sectionIndex).ToUtf8String() : symbolName, sectionIndex, sectionStream);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (3)
108if (!comdatName.IsNull || !_sectionNameToSectionIndex.TryGetValue(section.Name, out sectionIndex)) 115if (comdatName.IsNull) 441if (!alternateName.IsNull)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
443=> field.IsNull
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\StringTableBuilder.cs (2)
38if (!text.IsNull && !_stringToOffset.ContainsKey(text)) 57if (!lastText.IsNull && lastText.AsSpan().EndsWith(text.AsSpan()))
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\UnixObjectWriter.cs (1)
39(comdatName.IsNull || Equals(comdatName, symbolName)))