1 write to StubReturnType
Microsoft.Interop.SourceGeneration (1)
SignatureContext.cs (1)
95StubReturnType = method.ReturnType.AsTypeSyntax(),
10 references to StubReturnType
Microsoft.Interop.ComInterfaceGenerator (3)
ComMethodContext.cs (2)
110.WithReturnType(GenerationContext.SignatureContext.StubReturnType) 131return MethodDeclaration(GenerationContext.SignatureContext.StubReturnType, MethodInfo.MethodName)
VirtualMethodPointerStubGenerator.cs (1)
121return MethodDeclaration(stub.StubReturnType, stubMethodSyntax.Identifier)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSImportGenerator.cs (1)
113MethodDeclarationSyntax stubMethod = MethodDeclaration(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
179return MethodDeclaration(stub.StubReturnType, userDeclaredMethod.Identifier) 417MethodDeclarationSyntax stubMethod = MethodDeclaration(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
121return MethodDeclaration(stub.StubReturnType, userDeclaredMethod.Identifier) 296MethodDeclarationSyntax stubMethod = MethodDeclaration(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)
Microsoft.Interop.SourceGeneration (2)
SignatureContext.cs (2)
140&& StubReturnType.IsEquivalentTo(other.StubReturnType)