2 writes to Value
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalAsAttribute.cs (2)
11Value = unmanagedType; 15Value = (UnmanagedType)unmanagedType;
3 references to Value
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1476methProp.SetMarshalAsParameter(i, attr.Value);
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
351new CustomAttributeTypedArgument(marshalAs.Value),
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
112CustomAttributeTypedArgument[] cats = { new CustomAttributeTypedArgument(ct[CoreType.UnmanagedType]!, (int)(ma.Value)) };