2 references to CreateFrom
Microsoft.Maui.Controls.BindingSourceGen (2)
BindingSourceGenerator.cs (1)
86 var sourceCodeLocation = SourceCodeLocation.CreateFrom(method.Name.GetLocation());
DiagnosticsFactory.cs (1)
10 Location = location is not null ? SourceCodeLocation.CreateFrom(location) : null;