10 references to Attributes
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\EcmaExtensions.cs (1)
47&& (ecmaType.Attributes & TypeAttributes.VisibilityMask) == TypeAttributes.NestedPublic;
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\DevirtualizationManager.cs (1)
152if ((ecmaType.Attributes & System.Reflection.TypeAttributes.Import) != 0)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\EcmaExtensions.cs (1)
47&& (ecmaType.Attributes & TypeAttributes.VisibilityMask) == TypeAttributes.NestedPublic;
ILCompiler.TypeSystem (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (3)
557if ((Attributes & TypeAttributes.LayoutMask) == TypeAttributes.SequentialLayout) 561else if ((Attributes & TypeAttributes.LayoutMask) == TypeAttributes.ExplicitLayout) 565else if ((Attributes & TypeAttributes.LayoutMask) == TypeAttributesExtendedLayout)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EffectiveVisibility.cs (4)
124visibility = visibility.ConstrainToVisibility(type.Attributes.ToEffectiveVisibility()); 131EffectiveVisibility visibility = type.Attributes.ToEffectiveVisibility(); 135visibility = visibility.ConstrainToVisibility(type.Attributes.ToEffectiveVisibility()); 164visibility = visibility.ConstrainToVisibility(type.Attributes.ToEffectiveVisibility());