3 references to FieldTypeName
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentNodeWriter.cs (2)
247
var cast = capture.IsComponentCapture ? $"({capture.
FieldTypeName
})" : string.Empty;
1624
? IntermediateNodeFactory.CSharpToken($" = ({node.
FieldTypeName
}){RefCaptureParamName};")
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
25
/// This is not <c>global::</c>-prefixed, for that consider using <see cref="
FieldTypeName
"/> instead.