9 references to TextFormat
System.Management (9)
Instrumentation\SchemaRegistration.cs (4)
856if(newClass.GetText(TextFormat.Mof) != oldClass.GetText(TextFormat.Mof)) 867throw new ArgumentException(String.Format(strformat, classPath, newClass.GetText(TextFormat.Mof)), e); 873return obj.GetText(TextFormat.Mof).Replace("\n", "\r\n") + "\r\n";
managementbaseobject.cs (5)
612public string GetText(TextFormat format) 623case TextFormat.Mof : 637case TextFormat.CimDtd20 : 638case TextFormat.WmiDtd20 : 746localHash = this.GetText(TextFormat.Mof).GetHashCode();