#Roslyn code generator question:
I'm noticing that ISymbol.MetadataToken is always returning 0 for me, for both classes and methods. Obviously at runtime those things have non-0 metadata token values.
Is it expected that they'll always return 0? Is this a consequence of building for Native AOT?
