7 references to Attributes
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Method.cs (1)
93
Flags = param.
Attributes
,
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
579
ParameterMetadata data = new ParameterMetadata(parameter.SequenceNumber, (ParameterMetadataAttributes)parameter.
Attributes
, marshalAsDescriptor);
587
if ((parameter.
Attributes
& ParameterAttributes.HasFieldMarshal) == ParameterAttributes.HasFieldMarshal)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
754
|| !reader.GetParameter(paramHandle).
Attributes
.HasFlag(ParameterAttributes.In))
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3512
flags = parameter.
Attributes
;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
1564
*pdwAttr = (uint)param.
Attributes
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
36
protected sealed override ParameterAttributes ComputeAttributes() => Parameter.
Attributes
;