ReSharper.FSharp/src/FSharp/FSharp.TypeProviders.Protocol/src/Models/ProxyProvidedConstructorInfo.cs [96:114]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public override ProvidedParameterInfo[] GetParameters() => myParameters.Value; public override ProvidedType[] GetGenericArguments() => myGenericArguments.Value; 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/ProxyProvidedMethodInfo.cs [105:123]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public override ProvidedParameterInfo[] GetParameters() => myParameters.Value; public override ProvidedType[] GetGenericArguments() => myGenericArguments.Value; 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); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -