Home | History | Annotate | Download | only in common

Lines Matching refs:ref

38     Map<String^, Object^>^ _sessionState = ref new Map<String^, Object^>();
61 private ref class WeakFrame sealed
101 throw ref new FailureException("Frames can only be registered to one session state key");
106 throw ref new FailureException("Frames must be either be registered before accessing frame session state, or not registered at all");
112 _registeredFrames.insert(_registeredFrames.begin(), ref new WeakFrame(frame));
166 _sessionState->Insert(frameSessionKey, ref new Map<String^, Object^>());
173 frameState = ref new Map<String^, Object^>();
213 auto sessionData = ref new InMemoryRandomAccessStream();
214 auto sessionDataWriter = ref new DataWriter(sessionData->GetOutputStreamAt(0));
265 if (size != stateFileProperties->Size) throw ref new FailureException("Session state larger than 4GB");
269 auto stateReader = ref new DataReader(stateFileStream);
375 throw ref new InvalidArgumentException("Unsupported property type");
413 throw ref
425 auto map = ref new Map<String^, Object^>();
435 throw ref new InvalidArgumentException("Invalid stream");
476 throw ref new InvalidArgumentException("Unsupported property type");