2 references to CommonConversion
Microsoft.CodeAnalysis (1)
Operations\OperationFactory.cs (1)
20
public CommonConversion ToCommonConversion() => new
CommonConversion
(exists: true, isIdentity: true, isNumeric: false, isReference: false, methodSymbol: null, constrainedToType: null, isImplicit: true, isNullable: false);
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversion.cs (1)
1154
return new
CommonConversion
(Exists, IsIdentity, IsNumeric, IsReference, IsImplicit, IsNullable, methodSymbol, constrainedToType);