16 references to IsNull
ILCompiler.ReadyToRun (16)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
31
Debug.Assert(!_compilationUnitPrefix.
IsNull
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
114
if (!comdatName.
IsNull
)
146
if (!symbolName.
IsNull
)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (5)
121
if (!comdatName.
IsNull
)
162
if (comdatName.
IsNull
)
182
base.CreateSection(section, comdatName, symbolName.
IsNull
? sectionNameUtf8 : symbolName, sectionIndex, sectionStream);
678
if (!symbol.Name.
IsNull
)
1071
BinaryPrimitives.WriteUInt32LittleEndian(buffer, !Name.
IsNull
? stringTable.GetStringOffset(Name) : 0);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (1)
385
base.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)
108
if (!comdatName.
IsNull
|| !_sectionNameToSectionIndex.TryGetValue(section.Name, out sectionIndex))
115
if (comdatName.
IsNull
)
441
if (!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)
38
if (!text.
IsNull
&& !_stringToOffset.ContainsKey(text))
57
if (!lastText.
IsNull
&& lastText.AsSpan().EndsWith(text.AsSpan()))
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\UnixObjectWriter.cs (1)
39
(comdatName.
IsNull
|| Equals(comdatName, symbolName)))