1 write to Kind
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
723
Kind
= kind;
4 references to Kind
Microsoft.Maui.Controls.SourceGen (4)
CodeBehindGenerator.cs (4)
48
.Where(static p => p?.
Kind
== "Xaml")
53
.Where(static p => p?.
Kind
== "Css")
286
var hintName = $"{(string.IsNullOrEmpty(Path.GetDirectoryName(projItem.TargetPath)) ? "" : Path.GetDirectoryName(projItem.TargetPath) + Path.DirectorySeparatorChar)}{Path.GetFileNameWithoutExtension(projItem.TargetPath)}.{projItem.
Kind
.ToLowerInvariant()}.sg.cs".Replace(Path.DirectorySeparatorChar, '_');
633
var hintName = $"{(string.IsNullOrEmpty(Path.GetDirectoryName(projItem.TargetPath)) ? "" : Path.GetDirectoryName(projItem.TargetPath) + Path.DirectorySeparatorChar)}{Path.GetFileNameWithoutExtension(projItem.TargetPath)}.{projItem.
Kind
.ToLowerInvariant()}.sg.cs".Replace(Path.DirectorySeparatorChar, '_');