4 overrides of StructLayoutAttribute
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
207public sealed override StructLayoutAttribute StructLayoutAttribute => throw new NotSupportedException(SR.NotSupported_SignatureType);
System\RuntimeType.NativeAot.cs (1)
682public override StructLayoutAttribute StructLayoutAttribute => GetRuntimeTypeInfo().StructLayoutAttribute;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
145public override StructLayoutAttribute? StructLayoutAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
286public 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)
809StructLayoutAttribute? temp125 = instance.StructLayoutAttribute; 990StructLayoutAttribute? temp165 = instance.StructLayoutAttribute;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
147get { return _typeInfo.StructLayoutAttribute; }