2 references to BindConverter
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentBindLoweringPass.cs (1)
925
valueExpressionTokens.Add(IntermediateNodeFactory.CSharpToken($"global::{ComponentsApi.
BindConverter
.FormatValue}("));
Language\TagHelpers\Producers\BindTagHelperProducer.Factory.cs (1)
20
if (!compilation.TryGetTypeByMetadataName(ComponentsApi.
BindConverter
.FullTypeName, out var bindConverterType))