3 references to GenericName
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\SemanticModelAPITests.cs (1)
3651
var speculatedName = (GenericNameSyntax)SyntaxFactory.
GenericName
("List{T}");
Microsoft.Interop.ComInterfaceGenerator (2)
ComClassGenerator.cs (1)
66
GenericName
(TypeNames.GlobalAlias + TypeNames.ComExposedClassAttribute)
ComInterfaceGenerator.cs (1)
243
GenericName
(TypeNames.GlobalAlias + TypeNames.IUnknownDerivedAttribute)