Implemented interface member:
method
GetSentinel
CilStrip.Mono.Cecil.IMethodSignature.GetSentinel()
2 references to GetSentinel
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\FunctionPointerType.cs (1)
82 int sentinel = GetSentinel ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
1145 int sentinel = fptr.GetSentinel ();