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