1 write to _bRemoteApplicationMetadataEnabled
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
50case "remoteApplicationMetadataEnabled": _bRemoteApplicationMetadataEnabled = Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
1 reference to _bRemoteApplicationMetadataEnabled
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
74channelSink.RemoteApplicationMetadataEnabled = _bRemoteApplicationMetadataEnabled;