10 references to TypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
124TypeName = node.BoundAttributeParameter.TypeName;
Microsoft.CodeAnalysis.Razor.UnitTests (7)
BindTagHelperProducerTest.cs (7)
532Assert.Equal("System.String", parameter.TypeName); 554Assert.Equal("System.Globalization.CultureInfo", parameter.TypeName); 576Assert.Equal("System.Object", parameter.TypeName); 598Assert.Equal("System.Delegate", parameter.TypeName); 620Assert.Equal("System.Delegate", parameter.TypeName); 1115Assert.Equal("System.String", parameter.TypeName); 1137Assert.Equal("System.Globalization.CultureInfo", parameter.TypeName);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Tooltip\BoundAttributeDescriptionInfo.cs (1)
20parameter.TypeName,
Microsoft.CodeAnalysis.Remote.Razor (1)
DevTools\RemoteDevToolsService.cs (1)
144p.TypeName,