2 references to OpeningBrace
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
87
if (openingSnapshotPoint.GetChar() !=
OpeningBrace
)
423
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[OpeningPoint.GetPosition(SubjectBuffer.CurrentSnapshot)] ==
OpeningBrace
,