4 references to s_augmentSessionKey
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (4)
SignatureHelpPresenter.SignatureHelpPresenterSession.cs (2)
89if (!_editorSessionOpt.Properties.ContainsProperty(s_augmentSessionKey)) 91_editorSessionOpt.Properties.AddProperty(s_augmentSessionKey, this);
SignatureHelpPresenter.SignatureHelpSource.cs (2)
25if (!session.Properties.TryGetProperty<SignatureHelpPresenterSession>(s_augmentSessionKey, out var presenterSession)) 30session.Properties.RemoveProperty(s_augmentSessionKey);