4 references to IsNil
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
PDB\MethodDebugInfo.Portable.cs (3)
231
if (!innerMostImportScope.
IsNil
)
275
while (!handle.
IsNil
)
291
if (isVisualBasicMethod || !importScope.Parent.
IsNil
)
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\ImportScope.cs (1)
24
Debug.Assert(!handle.
IsNil
);