diff options
Diffstat (limited to 'csharp/src/Ice/Reference.cs')
-rw-r--r-- | csharp/src/Ice/Reference.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Reference.cs b/csharp/src/Ice/Reference.cs index 5b827fc0935..37644c85a6e 100644 --- a/csharp/src/Ice/Reference.cs +++ b/csharp/src/Ice/Reference.cs @@ -295,7 +295,7 @@ namespace IceInternal // the reference parser uses as separators, then we enclose // the identity string in quotes. // - string id = instance_.identityToString(identity_); + string id = Ice.Util.identityToString(identity_); if(IceUtilInternal.StringUtil.findFirstOf(id, " :@") != -1) { s.Append('"'); |