Base:
12 references to Write
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (12)
407_w.Write("return (" + ClrTypeToCSharpName(tDst) + ") ChangeType((object) value, "); 410_w.Write("destinationType"); 412_w.Write(ClrTypeName(tDst) + "Type"); 494_w.Write("return (" + ClrTypeToCSharpName(tDst) + ") "); 495_w.Write(group.FindUniqueSourceTypes(typeof(object)).Count > 0 ? "ChangeTypeWildcardDestination" : "ChangeListType"); 535_w.Write("return ChangeTypeWildcardSource(value, destinationType, "); 537_w.Write("return ChangeListType(value, destinationType, "); 580_w.Write("if (destinationType == " + ClrTypeName(tDst) + "Type) "); 705_w.Write("public override " + ClrTypeToCSharpName(typeDst) + " " + methName + "(" + methSig + ") {"); 799_w.Write("if (destinationType == " + ClrTypeName(tDst) + "Type) "); 801_w.Write("if (" + GenerateSourceTypeMatch(tSrc) + ") "); 806_w.Write("return this.To" + ClrTypeName(tDst) + "((" + ClrTypeToCSharpName(tSrc) + ") value");