2 references to TryFindGenericTypeNames
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (2)
128
if (attribute != null &&
TryFindGenericTypeNames
(attribute.BoundAttribute, attribute.GloballyQualifiedTypeName, out var typeParameters))
235
if (
TryFindGenericTypeNames
(attribute.BoundAttribute, globallyQualifiedTypeName: null, out var typeParameters))