229 references to IsStatic
ilc (1)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.Length == 0 && method.Signature.
IsStatic
);
ILCompiler.Compiler (128)
Compiler\Compilation.cs (3)
187
if (intrinsicMethod.Signature.
IsStatic
&& intrinsicMethod.Name == "GetType"u8)
199
if (intrinsicMethod.Signature.
IsStatic
&& intrinsicMethod.Name == "GetExecutingAssembly"u8)
211
if (intrinsicMethod.Signature.
IsStatic
&& intrinsicMethod.Name == "GetCurrentMethod"u8)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (2)
73
Debug.Assert(!targetMethod.Signature.
IsStatic
);
177
Debug.Assert(!targetMethod.Signature.
IsStatic
);
Compiler\Dataflow\AttributeDataFlow.cs (1)
85
if (setter != null && setter.Signature.Length > 0 && !setter.Signature.
IsStatic
)
Compiler\Dataflow\DiagnosticUtilities.cs (2)
108
if (!method.Signature.
IsStatic
)
130
if ((method.Signature.
IsStatic
|| method.IsConstructor) && method.OwningType is TypeDesc owningType &&
Compiler\Dataflow\FlowAnnotations.cs (3)
423
if (IsTypeInterestingForDataflow(method.OwningType) && !signature.
IsStatic
)
466
paramAnnotations[parameter.SequenceNumber - 1 + (signature.
IsStatic
? 0 : 1)] = pa;
716
found.IsStatic != body.OwningMethod.Signature.
IsStatic
||
Compiler\Dataflow\MethodBodyScanner.cs (2)
741
if (!signature.
IsStatic
)
1172
if (!isNewObj && !methodCalled.Signature.
IsStatic
)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (2)
297
if (!calledMethod.Signature.
IsStatic
)
447
if (!method.Signature.
IsStatic
&& !method.HasInstantiation && !method.IsConstructor && !method.OwningType.IsValueType)
Compiler\DelegateCreationInfo.cs (3)
66
return TargetMethod.OwningType.IsValueType && !TargetMethod.Signature.
IsStatic
;
192
if (!targetMethod.Signature.
IsStatic
)
209
if (targetMethod.Signature.
IsStatic
)
Compiler\DependencyAnalysis\CallingConventionConverterKey.cs (1)
21
if (signature.
IsStatic
)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
151
MethodDesc slotDecl = method.Signature.
IsStatic
?
455
bool isStaticInterfaceMethod = interfaceMethod.Signature.
IsStatic
;
Compiler\DependencyAnalysis\ExactMethodInstantiationsNode.cs (2)
55
bool getUnboxingStub = method.OwningType.IsValueType && !method.Signature.
IsStatic
;
108
bool getUnboxingStub = method.OwningType.IsValueType && !method.Signature.
IsStatic
;
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
1103
if (instantiatedConstrainedMethod.Signature.
IsStatic
)
1134
Debug.Assert(instantiatedConstraintType.IsValueType || (instantiatedConstrainedMethod.OwningType.IsInterface && instantiatedConstrainedMethod.Signature.
IsStatic
));
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (2)
27
Debug.Assert(method.IsVirtual || (method.Signature.
IsStatic
&& !method.IsAbstract));
51
bool getUnboxingStub = _method.OwningType.IsValueType && !_method.Signature.
IsStatic
;
Compiler\DependencyAnalysis\ILScanNodeFactory.cs (1)
47
Debug.Assert(!method.Signature.
IsStatic
);
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (6)
108
if (isInterface && !declMethod.Signature.
IsStatic
)
114
var implMethod = declMethod.Signature.
IsStatic
?
180
if (!declMethod.Signature.
IsStatic
&& !needsEntriesForInstanceInterfaceMethodImpls)
186
var implMethod = declMethod.Signature.
IsStatic
?
204
if (targetMethod.Signature.
IsStatic
)
256
if (declMethod.Signature.
IsStatic
)
Compiler\DependencyAnalysis\MetadataEETypeNode.cs (1)
67
if (intfaceMethod.Signature.
IsStatic
)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (4)
109
public virtual bool IsUnboxingStub => _method.OwningType.IsValueType && !_method.Signature.
IsStatic
;
290
if (_signature.
IsStatic
)
653
if (method.Signature.
IsStatic
&& !method.OwningType.IsInterface)
1480
return (_constrainedMethod.HasInstantiation, _constrainedMethod.Signature.
IsStatic
) switch
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (3)
60
if (method.OwningType.IsValueType && !method.Signature.
IsStatic
)
153
bool goesThroughInstantiatingUnboxingThunk = method.OwningType.IsValueType && !method.Signature.
IsStatic
&& !method.HasInstantiation;
193
unboxingStub: method.OwningType.IsValueType && !method.Signature.
IsStatic
))));
Compiler\DependencyAnalysis\SealedVTableNode.cs (12)
129
if (!virtualSlots[i].Signature.
IsStatic
&& !needsEntriesForInstanceInterfaceMethodImpls)
139
node = factory.AddressTakenMethodEntrypoint(implMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !implMethod.Signature.
IsStatic
&& declType.IsValueType);
141
node = factory.MethodEntrypoint(implMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !implMethod.Signature.
IsStatic
&& declType.IsValueType);
170
if (!declMethod.Signature.
IsStatic
&& !needsEntriesForInstanceInterfaceMethodImpls)
177
var implMethod = declMethod.Signature.
IsStatic
?
185
if (implMethod.Signature.
IsStatic
|| !implMethod.OwningType.HasSameTypeDefinition(declType))
195
if (targetMethod.CanMethodBeInSealedVTable(factory) || implMethod.Signature.
IsStatic
)
199
node = factory.AddressTakenMethodEntrypoint(targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !targetMethod.Signature.
IsStatic
&& declType.IsValueType);
201
node = factory.MethodEntrypoint(targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !targetMethod.Signature.
IsStatic
&& declType.IsValueType);
218
if (canonImplMethod.IsCanonicalMethod(CanonicalFormKind.Any) && !canonImplMethod.Signature.
IsStatic
)
234
node = factory.AddressTakenMethodEntrypoint(canonImplMethod, unboxingStub: implMethod.OwningType.IsValueType && !implMethod.Signature.
IsStatic
);
236
node = factory.MethodEntrypoint(canonImplMethod, unboxingStub: implMethod.OwningType.IsValueType && !implMethod.Signature.
IsStatic
);
Compiler\DependencyAnalysis\TentativeInstanceMethodNode.cs (1)
27
Debug.Assert(!methodNode.Method.Signature.
IsStatic
);
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
114
MethodDesc slotDecl = method.Signature.
IsStatic
?
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
68
if (!owningMethod.Signature.
IsStatic
)
Compiler\MetadataManager.cs (2)
472
if (method.Signature.
IsStatic
&& method.IsSynchronized)
708
!method.Signature.
IsStatic
&& method.OwningType.IsValueType);
Compiler\SubstitutedILProvider.cs (5)
419
&& callee.Signature is { Length: 0,
IsStatic
: true }
746
for (int i = 0; i < callee.Signature.Length + (callee.Signature.
IsStatic
? 0 : 1); i++)
815
&& ((opcode != ILOpcode.callvirt && !method.Signature.
IsStatic
) || !method.IsVirtual))
820
if (((opcode != ILOpcode.callvirt && !method.Signature.
IsStatic
) || !method.IsVirtual)
846
if (method.Signature.Length > 0 || !method.Signature.
IsStatic
)
Compiler\SubstitutionProvider.cs (1)
49
if (!method.Signature.
IsStatic
)
Compiler\TypePreinit.cs (7)
483
int paramOffset = methodSig.
IsStatic
? 0 : 1;
505
&& (method.Signature.
IsStatic
|| method.IsConstructor || owningType.IsValueType || owningType.IsInterface) // ECMA-335 I.8.9.5
627
if ((firstParameter == null) != pointedMethod.Signature.
IsStatic
)
1983
if (!sig.
IsStatic
)
3283
Debug.Assert(_methodPointed.Signature.
IsStatic
== (_target == null));
3294
if (_methodPointed.Signature.
IsStatic
)
3334
public bool IsKnownImmutable => _methodPointed.Signature.
IsStatic
;
Compiler\UserDefinedTypeDescriptor.cs (1)
198
descriptor.TypeIndexOfThisPointer = signature.
IsStatic
?
IL\ILImporter.Scanner.cs (7)
141
(_canonMethod.Signature.
IsStatic
|| _canonMethod.IsConstructor || owningType.IsValueType || owningType.IsInterface))
164
if (_canonMethod.Signature.
IsStatic
)
766
|| methodAfterConstraintResolution.Signature.
IsStatic
);
773
else if (method.Signature.
IsStatic
)
803
if (targetMethod.Signature.
IsStatic
)
853
Debug.Assert(targetMethod.OwningType.IsValueType || targetMethod.Signature.
IsStatic
);
989
else if (method.Signature.
IsStatic
)
IL\RvaIntrinsicPatternAnalyzer.cs (2)
328
&& signature.
IsStatic
341
&& signature.
IsStatic
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (3)
57
Debug.Assert(!targetMethod.Signature.
IsStatic
);
383
Debug.Assert(!targetMethod.Signature.
IsStatic
);
496
Debug.Assert(!targetMethod.Signature.
IsStatic
);
parent\parent\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (12)
156
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Static && !method.Signature.
IsStatic
)
159
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Instance && method.Signature.
IsStatic
)
202
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Static && !method.Signature.
IsStatic
)
205
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Instance && method.Signature.
IsStatic
)
326
if ((property.GetMethod != null) && !property.GetMethod.Signature.
IsStatic
) continue;
327
if ((property.SetMethod != null) && !property.SetMethod.Signature.
IsStatic
) continue;
332
if ((property.GetMethod != null) && property.GetMethod.Signature.
IsStatic
) continue;
333
if ((property.SetMethod != null) && property.SetMethod.Signature.
IsStatic
) continue;
394
if ((@event.AddMethod != null) && !@event.AddMethod.Signature.
IsStatic
) continue;
395
if ((@event.RemoveMethod != null) && !@event.RemoveMethod.Signature.
IsStatic
) continue;
400
if ((@event.AddMethod != null) && @event.AddMethod.Signature.
IsStatic
) continue;
401
if ((@event.RemoveMethod != null) && @event.RemoveMethod.Signature.
IsStatic
) continue;
parent\parent\Common\Compiler\Dataflow\EcmaExtensions.cs (3)
73
if (!method.Signature.
IsStatic
)
121
int implicitThisOffset = !method.Signature.
IsStatic
? 1 : 0;
139
=> method.Signature.Length + (method.Signature.
IsStatic
? 0 : 1);
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (2)
71
internal partial bool IsStatic() => Method.Signature.
IsStatic
;
73
internal partial bool HasImplicitThis() => !Method.Signature.
IsStatic
;
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (2)
144
MethodDesc slotDecl = interfaceMethod.Signature.
IsStatic
?
173
if (implementingMethodInstantiation.Signature.
IsStatic
)
parent\parent\Common\Compiler\MethodExtensions.cs (2)
119
if (method.Signature.
IsStatic
)
149
return !method.Signature.
IsStatic
&& /* Static methods don't have this */
parent\parent\Common\Compiler\TypeExtensions.cs (6)
46
(method.HasInstantiation || method.Signature.
IsStatic
|| method.ImplementationType.IsValueType || (method.ImplementationType.IsInterface && !method.IsAbstract));
64
return (method.Signature.
IsStatic
|| method.ImplementationType.IsValueType || (method.ImplementationType.IsInterface && !method.IsAbstract)) &&
76
!method.Signature.
IsStatic
&&
430
if (interfaceMethod.Signature.
IsStatic
)
641
Debug.Assert(method.Signature.
IsStatic
);
759
if (method.Signature.
IsStatic
)
parent\parent\Common\JitInterface\WasmLowering.cs (1)
717
if (!signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.Length == 0 && method.Signature.
IsStatic
);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
59
if (!_targetMethod.Signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
67
if (!sig.
IsStatic
)
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (2)
39
if (sig.
IsStatic
)
137
if (!_targetSignature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
71
if (!methodSig.
IsStatic
&& direction == MarshalDirection.Forward)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (5)
101
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
119
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
139
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == (write ? 2 : 1));
157
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
212
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 1);
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
662
bool isInstanceMethod = !sig.
IsStatic
;
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (3)
293
|| interfaceMethod.Signature.
IsStatic
!= method.Signature.
IsStatic
)
296
MethodDesc impl = interfaceMethod.Signature.
IsStatic
?
ILCompiler.ReadyToRun (67)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
99
if (interfaceMethod.HasInstantiation || interfaceMethod.Signature.
IsStatic
)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
46
if (_targetMethod.Method.IsVirtual && _targetMethod.Method.Signature.
IsStatic
)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (3)
313
if (type.IsInterface && type.HasInstantiation && (method.IsVirtual || !method.Signature.
IsStatic
))
400
bool isStatic = methodBody.Signature.
IsStatic
;
441
bool staticInterfaceMethod = interfaceMethod.Signature.
IsStatic
;
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
208
bool hasThis = !methodSignature.
IsStatic
;
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
122
bool hasThis = !methodSignature.
IsStatic
;
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
132
bool hasThis = !methodSignature.
IsStatic
;
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (1)
117
Debug.Assert(!methodSignature.
IsStatic
);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
166
&& !method.Signature.
IsStatic
Compiler\ProfileDataManager.cs (2)
202
if (targetMeth.Signature.
IsStatic
|| !targetMeth.IsTypicalMethodDefinition)
430
if (!method.Signature.
IsStatic
&& !method.IsAbstract && !method.IsGenericMethodDefinition)
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
1980
bool isStaticVirtual = (originalMethod.Signature.
IsStatic
&& originalMethod.IsVirtual);
1985
if (originalMethod.Signature.
IsStatic
&& isCallVirt)
2061
Debug.Assert(!methodAfterConstraintResolution.OwningType.IsInterface || (isStaticVirtual && methodAfterConstraintResolution.Signature.
IsStatic
));
2137
else if (targetMethod.Signature.
IsStatic
)
3058
if ((td.IsValueType) && !md.Signature.
IsStatic
3502
!signature.
IsStatic
|| signature.IsExplicitThis ||
3814
!sig.
IsStatic
&&
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (3)
57
Debug.Assert(!targetMethod.Signature.
IsStatic
);
383
Debug.Assert(!targetMethod.Signature.
IsStatic
);
496
Debug.Assert(!targetMethod.Signature.
IsStatic
);
parent\parent\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (12)
156
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Static && !method.Signature.
IsStatic
)
159
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Instance && method.Signature.
IsStatic
)
202
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Static && !method.Signature.
IsStatic
)
205
if ((bindingFlags & (BindingFlags.Instance | BindingFlags.Static)) == BindingFlags.Instance && method.Signature.
IsStatic
)
326
if ((property.GetMethod != null) && !property.GetMethod.Signature.
IsStatic
) continue;
327
if ((property.SetMethod != null) && !property.SetMethod.Signature.
IsStatic
) continue;
332
if ((property.GetMethod != null) && property.GetMethod.Signature.
IsStatic
) continue;
333
if ((property.SetMethod != null) && property.SetMethod.Signature.
IsStatic
) continue;
394
if ((@event.AddMethod != null) && !@event.AddMethod.Signature.
IsStatic
) continue;
395
if ((@event.RemoveMethod != null) && !@event.RemoveMethod.Signature.
IsStatic
) continue;
400
if ((@event.AddMethod != null) && @event.AddMethod.Signature.
IsStatic
) continue;
401
if ((@event.RemoveMethod != null) && @event.RemoveMethod.Signature.
IsStatic
) continue;
parent\parent\Common\Compiler\Dataflow\EcmaExtensions.cs (3)
73
if (!method.Signature.
IsStatic
)
121
int implicitThisOffset = !method.Signature.
IsStatic
? 1 : 0;
139
=> method.Signature.Length + (method.Signature.
IsStatic
? 0 : 1);
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (2)
71
internal partial bool IsStatic() => Method.Signature.
IsStatic
;
73
internal partial bool HasImplicitThis() => !Method.Signature.
IsStatic
;
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (2)
144
MethodDesc slotDecl = interfaceMethod.Signature.
IsStatic
?
173
if (implementingMethodInstantiation.Signature.
IsStatic
)
parent\parent\Common\Compiler\MethodExtensions.cs (1)
149
return !method.Signature.
IsStatic
&& /* Static methods don't have this */
parent\parent\Common\Compiler\TypeExtensions.cs (6)
46
(method.HasInstantiation || method.Signature.
IsStatic
|| method.ImplementationType.IsValueType || (method.ImplementationType.IsInterface && !method.IsAbstract));
64
return (method.Signature.
IsStatic
|| method.ImplementationType.IsValueType || (method.ImplementationType.IsInterface && !method.IsAbstract)) &&
76
!method.Signature.
IsStatic
&&
430
if (interfaceMethod.Signature.
IsStatic
)
641
Debug.Assert(method.Signature.
IsStatic
);
759
if (method.Signature.
IsStatic
)
parent\parent\Common\JitInterface\CorInfoImpl.cs (5)
928
if (!signature.
IsStatic
) sig->callConv |= CorInfoCallConv.CORINFO_CALLCONV_HASTHIS;
1115
Debug.Assert(!method.Signature.
IsStatic
);
1145
if (method.Signature.
IsStatic
)
2939
if (md.Signature.
IsStatic
)
4880
if (!isFallbackBodyCompilation && !this.MethodBeingCompiled.Signature.
IsStatic
) // Must be a static method
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
26
Debug.Assert(!wrappedMethod.Signature.
IsStatic
);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
717
if (!signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.Length == 0 && method.Signature.
IsStatic
);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
59
if (!_targetMethod.Signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
67
if (!sig.
IsStatic
)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (5)
101
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
119
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
139
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == (write ? 2 : 1));
157
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 2);
212
Debug.Assert(method.Signature.
IsStatic
&& method.Signature.Length == 1);
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
662
bool isInstanceMethod = !sig.
IsStatic
;
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (3)
293
|| interfaceMethod.Signature.
IsStatic
!= method.Signature.
IsStatic
)
296
MethodDesc impl = interfaceMethod.Signature.
IsStatic
?
ILCompiler.RyuJit (19)
Compiler\DependencyAnalysis\MethodCodeNode.cs (2)
190
int offset = sig.
IsStatic
? 0 : 1;
225
if (!sig.
IsStatic
&& varInfo.VarNumber == 0)
Compiler\DependencyAnalysis\RyuJitNodeFactory.cs (1)
55
Debug.Assert(!method.Signature.
IsStatic
);
JitInterface\CorInfoImpl.RyuJit.cs (9)
403
Debug.Assert(targetMethod.IsVirtual && targetMethod.Signature.
IsStatic
426
Debug.Assert(directMethod.OwningType.IsValueType || directMethod.Signature.
IsStatic
);
982
ArrayBuilder<DebugVarRangeInfo>[] debugVarInfoBuilders = new ArrayBuilder<DebugVarRangeInfo>[(sig.
IsStatic
? 0 : 1) + sig.Length + numLocals];
1214
if (method.Signature.
IsStatic
&& (flags & CORINFO_CALLINFO_FLAGS.CORINFO_CALLINFO_CALLVIRT) != 0)
1268
|| methodAfterConstraintResolution.Signature.
IsStatic
);
1276
else if (method.Signature.
IsStatic
)
1333
if (targetMethod.Signature.
IsStatic
)
1389
pResult->nullInstanceCheck = !targetMethod.Signature.
IsStatic
;
1561
else if (targetMethod.Signature.
IsStatic
)
parent\parent\Common\JitInterface\CorInfoImpl.cs (5)
928
if (!signature.
IsStatic
) sig->callConv |= CorInfoCallConv.CORINFO_CALLCONV_HASTHIS;
1115
Debug.Assert(!method.Signature.
IsStatic
);
1145
if (method.Signature.
IsStatic
)
2939
if (md.Signature.
IsStatic
)
4880
if (!isFallbackBodyCompilation && !this.MethodBeingCompiled.Signature.
IsStatic
) // Must be a static method
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
26
Debug.Assert(!wrappedMethod.Signature.
IsStatic
);
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.Length == 0 && method.Signature.
IsStatic
);
ILCompiler.TypeSystem (14)
parent\parent\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (3)
700
Debug.Assert(!interfaceMethod.Signature.
IsStatic
);
773
Debug.Assert(!interfaceMethod.Signature.
IsStatic
);
1195
Debug.Assert(interfaceMethod.Signature.
IsStatic
);
parent\parent\Common\TypeSystem\Common\TypeDesc.TypeEquivalence.cs (1)
135
if (!method.Signature.
IsStatic
)
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureEncoder.cs (2)
32
SignatureCallingConvention.Default, signature.GenericParameterCount, !signature.
IsStatic
);
111
fptrType.Signature.
IsStatic
? default(FunctionPointerAttributes) : FunctionPointerAttributes.HasThis,
parent\parent\Common\TypeSystem\IL\EcmaMethodIL.Symbols.cs (1)
65
if (!_method.Signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
57
Debug.Assert(method.Signature.Length == 0 && method.Signature.
IsStatic
);
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (2)
121
if (!signature.
IsStatic
)
475
if (!signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
265
if (!sig.
IsStatic
)
parent\parent\Common\TypeSystem\IL\MethodILDebugView.cs (1)
33
if (!owningMethod.Signature.
IsStatic
)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (2)
30
if (!method.Signature.
IsStatic
)
437
if (context.IsTargetStatic != md.Signature.
IsStatic
)