2 references to ThrowMissingRequiredProperty
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Converters\FormattingOptionsConverter.cs (2)
58TabSize = tabSize ?? ThrowMissingRequiredProperty<int>(nameof(tabSize)), 59InsertSpaces = insertSpaces ?? ThrowMissingRequiredProperty<bool>(nameof(insertSpaces)),