1 reference 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);