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)
152
if ((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)
557
if ((
Attributes
& TypeAttributes.LayoutMask) == TypeAttributes.SequentialLayout)
561
else if ((
Attributes
& TypeAttributes.LayoutMask) == TypeAttributes.ExplicitLayout)
565
else if ((
Attributes
& TypeAttributes.LayoutMask) == TypeAttributesExtendedLayout)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EffectiveVisibility.cs (4)
124
visibility = visibility.ConstrainToVisibility(type.
Attributes
.ToEffectiveVisibility());
131
EffectiveVisibility visibility = type.
Attributes
.ToEffectiveVisibility();
135
visibility = visibility.ConstrainToVisibility(type.
Attributes
.ToEffectiveVisibility());
164
visibility = visibility.ConstrainToVisibility(type.
Attributes
.ToEffectiveVisibility());