4 references to HasExplicitThis
ILAssembler (2)
GrammarVisitor.cs (2)
4417
if (methodDefinition.MethodAttributes.HasFlag(MethodAttributes.Static) && (parsedHeader.IsInstance || parsedHeader.
HasExplicitThis
))
4429
if (parsedHeader.
HasExplicitThis
&& !parsedHeader.IsInstance)
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
422
if (header.
HasExplicitThis
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
63
if (sigHeader.
HasExplicitThis
)