2 instantiations of SyntaxEquivalentNode
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodContext.cs (2)
93return new GeneratedStubCodeContext(sourceAvailableContext.TypeKeyOwner, sourceAvailableContext.ContainingSyntaxContext, new(methodStub), new(diagnostics)); 113return new GeneratedStubCodeContext(sourceAvailableContext.OriginalDefiningType, sourceAvailableContext.ContainingSyntaxContext, new(methodStub), new(diagnostics));
2 references to SyntaxEquivalentNode
Microsoft.Interop.ComInterfaceGenerator (1)
GeneratedStubCodeContext.cs (1)
12SyntaxEquivalentNode<MethodDeclarationSyntax> Stub,
Microsoft.Interop.SourceGeneration (1)
SyntaxEquivalentNode.cs (1)
14public bool Equals(SyntaxEquivalentNode<T> other)