7 references to ToChars
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTimestamp.cs (7)
108ToChars(utcTime.Year, buffer, ref offset, 4); 111ToChars(utcTime.Month, buffer, ref offset, 2); 114ToChars(utcTime.Day, buffer, ref offset, 2); 117ToChars(utcTime.Hour, buffer, ref offset, 2); 120ToChars(utcTime.Minute, buffer, ref offset, 2); 123ToChars(utcTime.Second, buffer, ref offset, 2); 126ToChars(utcTime.Millisecond, buffer, ref offset, 3);