private static CodeBinaryOperatorExpression ComparePropertyValueEqualityExpression(StringReferenceType propertyType, String propertyName, String otherVariableName) { return(CompareValueEquality(propertyName, otherVariableName)); }
public void Visit(StringReferenceType stringReferenceType) { ReturnSystemMemberType(stringReferenceType); }
public void Visit(StringReferenceType typeNode) { Result = typeof(String); }
public void Visit(StringReferenceType stringReferenceType) { }