2 writes to Data
System.Private.Xml (2)
System\Xml\Dom\XmlProcessingInstruction.cs (2)
36set { Data = value; } // uses Data instead of data so that event will be fired and null will be normalized to empty string 73set { Data = value; } // uses Data instead of data so that event will be fired and null will be normalized to empty string
1 reference to Data
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
450 var parts = instruction.Data.Split(' ', '=');