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)
902
Assert.Null(bind.
GetFormat
());
996
Assert.Equal("0.00", bind.
GetFormat
());