6 references to IsWeaklyTyped
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentBindLoweringPass.cs (3)
576valueNode.TypeName = valueAttribute?.IsWeaklyTyped == false ? valueAttribute.TypeName : null; 599changeNode.TypeName = changeAttribute?.IsWeaklyTyped == false ? changeAttribute.TypeName : null; 626expressionNode.TypeName = expressionAttribute.IsWeaklyTyped ? null : expressionAttribute.TypeName;
Language\Components\ComponentNodeWriter.cs (1)
1429return n.BoundAttribute != null && !n.BoundAttribute.IsWeaklyTyped;
Language\Intermediate\ComponentAttributeIntermediateNode.cs (2)
92TypeName = propertyNode.BoundAttribute.IsWeaklyTyped ? null : propertyNode.BoundAttribute.TypeName; 110TypeName = node.BoundAttribute.IsWeaklyTyped