ReSharper.FSharp/src/FSharp/FSharp.TypeProviders.Protocol/src/Models/ProxyProvidedConstructorInfo.cs [99:114]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public override FSharpOption>, FSharpList>>>> GetAttributeConstructorArgs(ITypeProvider _, string attribName) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetAttributeConstructorArgs(myCustomAttributes.Value, attribName); public override FSharpOption> GetDefinitionLocationAttribute(ITypeProvider _) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetDefinitionLocationAttribute(myCustomAttributes.Value); public override string[] GetXmlDocAttributes(ITypeProvider _) => myXmlDocs ??= myTypeProvidersContext.ProvidedCustomAttributeProvider.GetXmlDocAttributes(myCustomAttributes.Value); public override bool GetHasTypeProviderEditorHideMethodsAttribute(ITypeProvider _) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetHasTypeProviderEditorHideMethodsAttribute( myCustomAttributes.Value); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ReSharper.FSharp/src/FSharp/FSharp.TypeProviders.Protocol/src/Models/ProxyProvidedPropertyInfo.cs [67:82]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public override FSharpOption>, FSharpList>>>> GetAttributeConstructorArgs(ITypeProvider _, string attribName) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetAttributeConstructorArgs(myCustomAttributes.Value, attribName); public override FSharpOption> GetDefinitionLocationAttribute(ITypeProvider _) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetDefinitionLocationAttribute(myCustomAttributes.Value); public override string[] GetXmlDocAttributes(ITypeProvider _) => myXmlDocs ??= myTypeProvidersContext.ProvidedCustomAttributeProvider.GetXmlDocAttributes(myCustomAttributes.Value); public override bool GetHasTypeProviderEditorHideMethodsAttribute(ITypeProvider _) => myTypeProvidersContext.ProvidedCustomAttributeProvider.GetHasTypeProviderEditorHideMethodsAttribute( myCustomAttributes.Value); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -