9 references to OptionalCustomModifier
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (2)
71
if (data.kind != EmbeddedSignatureDataKind.
OptionalCustomModifier
)
269
kind = EmbeddedSignatureDataKind.
OptionalCustomModifier
,
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
609
case EmbeddedSignatureDataKind.
OptionalCustomModifier
:
ILCompiler.ReadyToRun (3)
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (2)
71
if (data.kind != EmbeddedSignatureDataKind.
OptionalCustomModifier
)
269
kind = EmbeddedSignatureDataKind.
OptionalCustomModifier
,
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
609
case EmbeddedSignatureDataKind.
OptionalCustomModifier
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
200
Debug.Assert(kind is EmbeddedSignatureDataKind.RequiredCustomModifier or EmbeddedSignatureDataKind.
OptionalCustomModifier
);
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
307
_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack), kind = EmbeddedSignatureDataKind.
OptionalCustomModifier
, type = ResolveHandle(typeHandle) });
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
269
EmbeddedSignatureDataKind.
OptionalCustomModifier