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