5 references to GetTypeCode
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
1372
if (Convert.
GetTypeCode
(o) == TypeCode.Object && !(o is Guid) && (t != typeof(XmlQualifiedName)) && !(o is XmlNode[]) && (t != typeof(byte[])))
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Strings.vb (1)
1274
tc = System.Convert.
GetTypeCode
(Expression)
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
398
}.Contains(Convert.
GetTypeCode
(from)));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1135
switch (Convert.
GetTypeCode
(value))
2197
switch (Convert.
GetTypeCode
(value))