10 references to CodeTypeOfExpression
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (3)
192include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.FullName))); 205include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(arrayMapping.TypeDesc.FullName))); 300attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.FullName)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (7)
263typeofValue = new CodeTypeOfExpression(type.FullName); 277typeofValue = new CodeTypeOfExpression(type.FullName); 302typeofValue = new CodeTypeOfExpression(type.FullName); 309typeofValue = new CodeTypeOfExpression(type.FullName); 862attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.FullName))); 902attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression("System.Nullable`1[" + typeDesc.FullName + "]"))); 907attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.FullName)));