1 write to MethodName
Microsoft.Interop.ComInterfaceGenerator (1)
ComMethodInfo.cs (1)
32MethodName = methodName;
7 references to MethodName
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (5)
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 (2)
145return MethodDeclaration(GenerationContext.SignatureContext.StubReturnType, MethodInfo.MethodName) 156IdentifierName(MethodInfo.MethodName)),