10 references to MethodInfo
Microsoft.Interop.ComInterfaceGenerator (10)
ComInterfaceGenerator.cs (6)
522if (method.MethodInfo.IsUserDefinedShadowingMethod) 551if (a.MethodInfo.MethodName != b.MethodInfo.MethodName) 673.AddVariables(VariableDeclarator($"{inheritedMethod.MethodInfo.MethodName}_{inheritedMethod.GenerationContext.VtableIndexData.Index}"))) 690.AddVariables(VariableDeclarator($"{declaredMethod.MethodInfo.MethodName}_{declaredMethod.GenerationContext.VtableIndexData.Index}"))) 828IdentifierName($"{declaredMethodContext.MethodInfo.MethodName}_{declaredMethodContext.GenerationContext.VtableIndexData.Index}")),
ComMethodContext.cs (4)
123return MethodInfo.Syntax 145return MethodDeclaration(GenerationContext.SignatureContext.StubReturnType, MethodInfo.MethodName) 147.WithAttributeLists(List(GenerationContext.SignatureContext.AdditionalAttributes.Concat(MethodInfo.Attributes.Select(a => a.GenerateAttributeList())))) 156IdentifierName(MethodInfo.MethodName)),