ServerCapabilities.ReferencesProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether find all references is supported.
public:
property bool ReferencesProvider { bool get(); void set(bool value); };
public:
property Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::ReferenceOptions ^>> ReferencesProvider { Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::ReferenceOptions ^>> get(); void set(Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::ReferenceOptions ^>> value); };
[System.Runtime.Serialization.DataMember(Name="referencesProvider")]
public bool ReferencesProvider { get; set; }
[System.Runtime.Serialization.DataMember(Name="referencesProvider")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool,Microsoft.VisualStudio.LanguageServer.Protocol.ReferenceOptions>? ReferencesProvider { get; set; }
[<System.Runtime.Serialization.DataMember(Name="referencesProvider")>]
member this.ReferencesProvider : bool with get, set
[<System.Runtime.Serialization.DataMember(Name="referencesProvider")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ReferencesProvider : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool, Microsoft.VisualStudio.LanguageServer.Protocol.ReferenceOptions>> with get, set
Public Property ReferencesProvider As Boolean
Public Property ReferencesProvider As Nullable(Of SumType(Of Boolean, ReferenceOptions))
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute