2 references to WithInterfaceSpecifier
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
584
d =
WithInterfaceSpecifier
(d, specifier: null);
608
return
WithInterfaceSpecifier
(d, SyntaxFactory.ExplicitInterfaceSpecifier((NameSyntax)interfaceTypeName));