4 overrides of StructLayoutAttribute
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
207
public sealed override StructLayoutAttribute
StructLayoutAttribute
=> throw new NotSupportedException(SR.NotSupported_SignatureType);
System\RuntimeType.NativeAot.cs (1)
682
public override StructLayoutAttribute
StructLayoutAttribute
=> GetRuntimeTypeInfo().StructLayoutAttribute;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
145
public override StructLayoutAttribute?
StructLayoutAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
286
public abstract override StructLayoutAttribute?
StructLayoutAttribute
{ get; }
3 references to StructLayoutAttribute
Microsoft.Extensions.Diagnostics.Testing (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (2)
809
StructLayoutAttribute? temp125 = instance.
StructLayoutAttribute
;
990
StructLayoutAttribute? temp165 = instance.
StructLayoutAttribute
;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
147
get { return _typeInfo.
StructLayoutAttribute
; }