40 references to IsNil
ILCompiler.Compiler (6)
Compiler\AssemblyExtensions.cs (1)
22if (!attrHandle.IsNil)
Compiler\CustomAttributeExtensions.cs (2)
21if (attributeHandle.IsNil) 50if (attributeHandle.IsNil)
Compiler\Dataflow\FlowAnnotations.cs (1)
311if (ca.IsNil)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
147if (!attrHandle.IsNil)
Compiler\DependencyAnalysis\ReflectionInvokeSupportDependencyAlgorithm.cs (1)
46if (!reader.GetCustomAttributeHandle(param.GetCustomAttributes(), "System", "ParamArrayAttribute").IsNil)
ILCompiler.ReadyToRun (3)
Compiler\AssemblyExtensions.cs (1)
26if (!attributeHandle.IsNil)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (2)
440return !metadataReader.GetCustomAttributeHandle(fieldDef.GetCustomAttributes(), "System", "ThreadStaticAttribute").IsNil; 455"IsByRefLikeAttribute").IsNil;
ILCompiler.TypeSystem (13)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaAssembly.cs (1)
81attributeNamespace, attributeName).IsNil;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaField.cs (1)
286attributeNamespace, attributeName).IsNil;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
454attributeNamespace, attributeName).IsNil; 530if (!attributeHandle.IsNil)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (2)
537attributeNamespace, attributeName).IsNil; 569if (attrHandle.IsNil)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (3)
28if (attributeHandle.IsNil) 96if (!importedFromTypeLibHdl.IsNil || !primaryInteropAssemblyHdl.IsNil)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (3)
23if (attributeHandle.IsNil) 51if (attributeHandle.IsNil) 79if (attributeHandle.IsNil)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
567if (unsafeAccessorTypeAttributeHandle.IsNil)
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
1840Debug.Assert(!handle.IsNil); 2047Debug.Assert(!handle.IsNil); 2524get { return !Handle.IsNil; }
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEParameterSymbol.cs (4)
1197isParamArray = !paramArrayAttribute.IsNil; 1198isParamCollection = !paramCollectionAttribute.IsNil; 1200+ (!constantAttribute.IsNil ? 1 : 0) 1217if (!constantAttribute.IsNil)
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
428Debug.Assert(Not stdModuleAttribute.IsNil)
Symbols\Metadata\PE\PEParameterSymbol.vb (5)
389If Not paramArrayAttribute.IsNil OrElse Not constantAttribute.IsNil Then 392If Not paramArrayAttribute.IsNil Then 396If Not constantAttribute.IsNil Then 407_lazyIsParamArray = (Not paramArrayAttribute.IsNil).ToThreeState()
Microsoft.NET.HostModel (2)
ComHost\ClsidMap.cs (2)
141if (handle.IsNil) 157if (handle.IsNil)
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\MetadataReaderHelper.cs (1)
78if (customAttributeHandle.IsNil)
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
32return !handles.FindCustomAttributeByName(ns, name, module).IsNil; 38if (handle.IsNil)