Esempio n. 1
0
            internal bool TryFindAnonymousType(AnonymousTypeManager.AnonymousTypeTemplateSymbol type, out AnonymousTypeValue otherType)
            {
                Debug.Assert((object)type.ContainingSymbol == (object)_sourceAssembly.GlobalNamespace);

                return(_anonymousTypeMap.TryGetValue(type.GetAnonymousTypeKey(), out otherType));
            }