10 references to MethodInfo
Microsoft.Interop.ComInterfaceGenerator (10)
ComInterfaceGenerator.cs (6)
480
if (method.
MethodInfo
.IsUserDefinedShadowingMethod)
509
if (a.
MethodInfo
.MethodName != b.
MethodInfo
.MethodName)
631
.AddVariables(VariableDeclarator($"{inheritedMethod.
MethodInfo
.MethodName}_{inheritedMethod.GenerationContext.VtableIndexData.Index}")))
648
.AddVariables(VariableDeclarator($"{declaredMethod.
MethodInfo
.MethodName}_{declaredMethod.GenerationContext.VtableIndexData.Index}")))
787
IdentifierName($"{declaredMethodContext.
MethodInfo
.MethodName}_{declaredMethodContext.GenerationContext.VtableIndexData.Index}")),
ComMethodContext.cs (4)
109
return
MethodInfo
.Syntax
131
return MethodDeclaration(GenerationContext.SignatureContext.StubReturnType,
MethodInfo
.MethodName)
133
.WithAttributeLists(List(GenerationContext.SignatureContext.AdditionalAttributes.Concat(
MethodInfo
.Attributes.Select(a => a.GenerateAttributeList()))))
142
IdentifierName(
MethodInfo
.MethodName)),