ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/Compiled/FSharpCompiledInterface.cs [18:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public FSharpCompiledInterface([CanBeNull] FSharpMetadataEntity entity, [NotNull] ICompiledEntity parent, [NotNull] IReflectionBuilder builder, [NotNull] IMetadataTypeInfo info) : base(parent, builder, info) { FSharpName = FSharpMetadataEntityModule.getCompiledModuleDeclaredName(entity); Representation = FSharpMetadataEntityModule.getRepresentation(entity); FSharpAccessRights = entity.GetFSharpAccessRights(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/Compiled/FSharpCompiledDelegate.cs [18:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public FSharpCompiledDelegate([CanBeNull] FSharpMetadataEntity entity, [NotNull] ICompiledEntity parent, [NotNull] IReflectionBuilder builder, [NotNull] IMetadataTypeInfo info) : base(parent, builder, info) { FSharpName = FSharpMetadataEntityModule.getCompiledModuleDeclaredName(entity); Representation = FSharpMetadataEntityModule.getRepresentation(entity); FSharpAccessRights = entity.GetFSharpAccessRights(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/Compiled/FSharpCompiledClassBase.cs [19:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public FSharpCompiledClassBase([CanBeNull] FSharpMetadataEntity entity, [NotNull] ICompiledEntity parent, [NotNull] IReflectionBuilder builder, [NotNull] IMetadataTypeInfo info) : base(parent, builder, info) { FSharpName = FSharpMetadataEntityModule.getCompiledModuleDeclaredName(entity); Representation = FSharpMetadataEntityModule.getRepresentation(entity); FSharpAccessRights = entity.GetFSharpAccessRights(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -