I am currently having difficulty with getting symbology to show in the Pro table of contents for a polygon layer that I have added to the map programmatically (in C#). When I attempt to click the drop-down button to see the symbology for the layer, which is a transparent blue outline for the polygons, I am unable to see anything in the table of contents. I also click on the Symbology option for the layer in order to bring up the Symbology dock pane and the symbol is not there either. There is, however, an error that displays at the top of the Symbology dock pane. There is clearly something wrong with this layer. The strange thing is that I have other layers that I create programmatically that do display their symbology without any problems. The only difference between them is that the layers that are working are written out to a file geodatabase on disk, whereas the layer that doesn't display symbology is an in-memory feature class that is not written to disk. Is there a known issue with symbology and in-memory feature classes? Could this be my problem? If so, are there any workarounds, or if not is there something that I could be doing wrong in creating this layer that would cause the transparent blue outline of the polygons to not display in the table of contents or the Symbology dock pane?