6 references to Space
System.Configuration.ConfigurationManager (6)
System\Configuration\XmlUtilWriter.cs (6)
27private static readonly string s_spaces8 = new string(Space, 8); 28private static readonly string s_spaces4 = new string(Space, 4); 29private static readonly string s_spaces2 = new string(Space, 2); 71case Space: 316Write(Space); 327return Write(Space);