3 references to GetFormat
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentBindLoweringPass.cs (1)
1181=> TagHelper.GetFormat();
Microsoft.CodeAnalysis.Razor.UnitTests (2)
BindTagHelperProducerTest.cs (2)
902Assert.Null(bind.GetFormat()); 996Assert.Equal("0.00", bind.GetFormat());