3 writes to InvokeMethod
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (1)
230 evt.InvokeMethod = semMeth;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (2)
134 evt.InvokeMethod = raise; 155 ne.InvokeMethod = type.Methods.GetMethod (evt.InvokeMethod.Name) [0];
4 references to InvokeMethod
AssemblyStripper (4)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (2)
154 if (evt.InvokeMethod != null) 155 ne.InvokeMethod = type.Methods.GetMethod (evt.InvokeMethod.Name) [0];
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (2)
594 if (evt.InvokeMethod != null) 595 WriteSemantic (MethodSemanticsAttributes.Fire, evt, evt.InvokeMethod);