7 references to MethodInfo
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (3)
441if (method.MethodInfo.IsUserDefinedShadowingMethod) 470if (a.MethodInfo.MethodName != b.MethodInfo.MethodName)
ComMethodContext.cs (4)
109return MethodInfo.Syntax 131return MethodDeclaration(GenerationContext.SignatureContext.StubReturnType, MethodInfo.MethodName) 133.WithAttributeLists(List(GenerationContext.SignatureContext.AdditionalAttributes.Concat(MethodInfo.Attributes.Select(a => a.GenerateAttributeList())))) 142IdentifierName(MethodInfo.MethodName)),